pub struct R(_);
Expand description
Register USER2
reader
Implementations§
source§impl R
impl R
sourcepub fn usr_command_value(&self) -> USR_COMMAND_VALUE_R
pub fn usr_command_value(&self) -> USR_COMMAND_VALUE_R
Bits 0:15 - The value of command. Can be configured in CONF state.
sourcepub fn mst_rempty_err_end_en(&self) -> MST_REMPTY_ERR_END_EN_R
pub fn mst_rempty_err_end_en(&self) -> MST_REMPTY_ERR_END_EN_R
Bit 27 - 1: SPI transfer is ended when SPI TX AFIFO read empty error is valid in GP-SPI master FD/HD-mode. 0: SPI transfer is not ended when SPI TX AFIFO read empty error is valid in GP-SPI master FD/HD-mode.
sourcepub fn usr_command_bitlen(&self) -> USR_COMMAND_BITLEN_R
pub fn usr_command_bitlen(&self) -> USR_COMMAND_BITLEN_R
Bits 28:31 - The length in bits of command phase. The register value shall be (bit_num-1). Can be configured in CONF state.
Methods from Deref<Target = R<USER2_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more