Module access

Module access 

Source
Expand description

Marker types for read/write access

Structs§

R
Read-only register access token
RW
Read-write register access token
W
Write-only register access token

Traits§

Access
Marker trait for types representing read/write access
Read
Marker trait for read access
Write
Marker trait for write access