opentitanlib
SpiMailbox
Map
Aliased type
Fields
address
Methods
apply
disable
In opentitanlib::
test_
utils::
spi_
passthru
opentitanlib
::
test_utils
::
spi_passthru
Type Alias
SpiMailboxMap
Copy item path
Source
pub type SpiMailboxMap =
spi_mailbox_map_t
;
Aliased Type
§
struct SpiMailboxMap { pub address:
u32
, }
Fields
§
§
address:
u32
Implementations
§
Source
§
impl
SpiMailboxMap
Source
pub fn
apply
(&self, uart: &dyn
Uart
) ->
Result
<
()
>
Source
pub fn
disable
(uart: &dyn
Uart
) ->
Result
<
()
>