pub struct R(_);
Expand description
Register RD_STATUS
reader
Implementations§
§impl R
impl R
pub fn status(&self) -> FieldReaderRaw<u16, u16>
pub fn status(&self) -> FieldReaderRaw<u16, u16>
Bits 0:15 - In the slave mode, it is the status for master to read out.
pub fn wb_mode(&self) -> FieldReaderRaw<u8, u8>
pub fn wb_mode(&self) -> FieldReaderRaw<u8, u8>
Bits 16:23 - Mode bits in the flash fast read mode, it is combined with spi_fastrd_mode bit.
pub fn status_ext(&self) -> FieldReaderRaw<u8, u8>
pub fn status_ext(&self) -> FieldReaderRaw<u8, u8>
Bits 24:31 - In the slave mode,it is the status for master to read out.
Methods from Deref<Target = R<RD_STATUS_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<RD_STATUS_SPEC>> for R
impl From<R<RD_STATUS_SPEC>> for R
§fn from(reader: R<RD_STATUS_SPEC>) -> R
fn from(reader: R<RD_STATUS_SPEC>) -> R
Converts to this type from the input type.