pub struct W(/* private fields */);
Expand description
Register spi_batc
writer
Implementations§
source§impl W
impl W
sourcepub fn ss_owner(&mut self) -> SS_OWNER_W<'_, 6>
pub fn ss_owner(&mut self) -> SS_OWNER_W<'_, 6>
Bit 6 - SS Output Owner Select
sourcepub fn ss_level(&mut self) -> SS_LEVEL_W<'_, 7>
pub fn ss_level(&mut self) -> SS_LEVEL_W<'_, 7>
Bit 7
sourcepub fn tx_frm_len(&mut self) -> TX_FRM_LEN_W<'_, 8>
pub fn tx_frm_len(&mut self) -> TX_FRM_LEN_W<'_, 8>
Bits 8:13 - Configure the length of serial data frame of TX
sourcepub fn rx_frm_len(&mut self) -> RX_FRM_LEN_W<'_, 16>
pub fn rx_frm_len(&mut self) -> RX_FRM_LEN_W<'_, 16>
Bits 16:21 - Configure the length of serial data frame of RX
sourcepub fn tbc_int_en(&mut self) -> TBC_INT_EN_W<'_, 24>
pub fn tbc_int_en(&mut self) -> TBC_INT_EN_W<'_, 24>
Bit 24 - Transfer Bits Completed Interrupt Enable
Methods from Deref<Target = W<SPI_BATC_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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