opentitanlib
GpioGet
Aliased type
Fields
state
Methods
read_all
In opentitanlib::
test_
utils::
gpio
opentitanlib
::
test_utils
::
gpio
Type Alias
GpioGet
Copy item path
Source
pub type GpioGet =
gpio_get_t
;
Aliased Type
§
struct GpioGet { pub state:
u32
, }
Fields
§
§
state:
u32
Implementations
§
Source
§
impl
GpioGet
Source
pub fn
read_all
(uart: &dyn
Uart
) ->
Result
<
u32
>