pub type SPSR = Reg<SPSR_SPEC>;
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.
read
spsr::R
reset
write
write_with_zero
spsr::W
modify
For information about available fields see spsr module
spsr
pub struct SPSR { /* private fields */ }