pub struct R(/* private fields */);Expand description
Register SER reader
Implementations§
Source§impl R
impl R
Sourcepub fn ser_ss1(&self) -> SER_SS1_R
pub fn ser_ss1(&self) -> SER_SS1_R
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(&self) -> SER_SS2_R
pub fn ser_ss2(&self) -> SER_SS2_R
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(&self) -> SER_SS3_R
pub fn ser_ss3(&self) -> SER_SS3_R
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.