Type Alias SPSR

Source
pub type SPSR = Reg<SPSR_SPEC>;
Expand description

SPSR (rw) register accessor: SPI Status Register

You can read this register and get spsr::R. You can reset, write, write_with_zero this register using spsr::W. You can also modify this register. See API.

For information about available fields see spsr module

Aliased Typeยง

struct SPSR { /* private fields */ }