pub struct W(/* private fields */);Expand description
Register SER writer
Implementations§
Source§impl W
impl W
Sourcepub fn ser_ss1(&mut self) -> SER_SS1_W<'_>
pub fn ser_ss1(&mut self) -> SER_SS1_W<'_>
Bit 0 - Slave 1 Select Enable Flag. When set, the corresponding slave select line from the master is activated when a serial transfer begins. It should be noted that setting or clearing bits in this register have no effect on the corresponding slave select outputs until a transfer is started. Before beginning a transfer, you should enable the bit in this register. When not operating in broadcast mode, only one bit in the register should be set.
Sourcepub fn ser_ss2(&mut self) -> SER_SS2_W<'_>
pub fn ser_ss2(&mut self) -> SER_SS2_W<'_>
Bit 1 - Slave 2 Select Enable Flag. When set, the corresponding slave select line from the master is activated when a serial transfer begins. It should be noted that setting or clearing bits in this register have no effect on the corresponding slave select outputs until a transfer is started. Before beginning a transfer, you should enable the bit in this register. When not operating in broadcast mode, only one bit in the register should be set.
Sourcepub fn ser_ss3(&mut self) -> SER_SS3_W<'_>
pub fn ser_ss3(&mut self) -> SER_SS3_W<'_>
Bit 2 - Slave 3 Select Enable Flag. When set, the corresponding slave select line from the master is activated when a serial transfer begins. It should be noted that setting or clearing bits in this register have no effect on the corresponding slave select outputs until a transfer is started. Before beginning a transfer, you should enable the bit in this register. When not operating in broadcast mode, only one bit in the register should be set.