Module registers

Module registers 

Source

Modules§

i2c
spi

Traits§

ReadableRegister
This trait is a marker trait implemented by any register that can be read from a device.
Register
The basis trait for all registers. A register is a type that maps to a specific register on an embedded device and should own the raw data required for this register.
RegisterCodec
A base trait for all register codecs
RegisterInterfaceAsync
A trait that is implemented by any bus interface and allows devices with registers to share register read/write implementations independent of the actual interface in use.
RegisterInterfaceSync
A trait that is implemented by any bus interface and allows devices with registers to share register read/write implementations independent of the actual interface in use.
WritableRegister
This trait is a marker trait implemented by any register that can be written to a device.