☰
PinmuxConfig
Methods
configure
Trait Implementations
Default
In opentitanlib::test_utils::pinmux_config
?
Type Definition
opentitanlib
::
test_utils
::
pinmux_config
::
PinmuxConfig
source
·
[
−
]
pub type PinmuxConfig =
pinmux_config_t
;
Implementations
§
source
§
impl
PinmuxConfig
source
pub fn
configure
( uart: &dyn
Uart
, inputs:
Option
<&
HashMap
<
PinmuxPeripheralIn
,
PinmuxInsel
>>, outputs:
Option
<&
HashMap
<
PinmuxMioOut
,
PinmuxOutsel
>> ) ->
Result
<
()
>
Trait Implementations
§
source
§
impl
Default
for
PinmuxConfig
source
§
fn
default
() -> Self
Returns the “default value” for a type.
Read more