Struct stm32_metapac::adf::regs::Sitfcr
#[repr(transparent)]pub struct Sitfcr(pub u32);
Expand description
ADF serial interface control register 0.
Tuple Fields§
§0: u32
Implementations§
§impl Sitfcr
impl Sitfcr
pub const fn sitfen(&self) -> bool
pub fn set_sitfen(&mut self, val: bool)
pub const fn scksrc(&self) -> Scksrc
pub fn set_scksrc(&mut self, val: Scksrc)
pub const fn sitfmod(&self) -> Sitfmod
pub fn set_sitfmod(&mut self, val: Sitfmod)
pub const fn sth(&self) -> u8
pub const fn sth(&self) -> u8
Manchester symbol threshold/SPI threshold. This bitfield is set and cleared by software. It is used for Manchester mode to define the expected symbol threshold levels (seer to Manchester mode for details on computation). In addition this bitfield is used to define the timeout value for the clock absence detection in Normal SPI mode. STH[4:0] values lower than four are invalid.
pub fn set_sth(&mut self, val: u8)
pub fn set_sth(&mut self, val: u8)
Manchester symbol threshold/SPI threshold. This bitfield is set and cleared by software. It is used for Manchester mode to define the expected symbol threshold levels (seer to Manchester mode for details on computation). In addition this bitfield is used to define the timeout value for the clock absence detection in Normal SPI mode. STH[4:0] values lower than four are invalid.
pub const fn sitfactive(&self) -> bool
pub const fn sitfactive(&self) -> bool
SITFACTIVE.
pub fn set_sitfactive(&mut self, val: bool)
pub fn set_sitfactive(&mut self, val: bool)
SITFACTIVE.
Trait Implementations§
impl Copy for Sitfcr
impl Eq for Sitfcr
impl StructuralPartialEq for Sitfcr
Auto Trait Implementations§
impl Freeze for Sitfcr
impl RefUnwindSafe for Sitfcr
impl Send for Sitfcr
impl Sync for Sitfcr
impl Unpin for Sitfcr
impl UnwindSafe for Sitfcr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)