pub struct IC_FS_SPKLEN_SPEC;Expand description
I2C SS, FS or FM+ spike suppression limit
This register is used to store the duration, measured in ic_clk cycles, of the longest spike that is filtered out by the spike suppression logic when the component is operating in SS, FS or FM+ modes. The relevant I2C requirement is tSP (table 4) as detailed in the I2C Bus Specification. This register must be programmed with a minimum value of 1.
You can read this register and get ic_fs_spklen::R. You can reset, write, write_with_zero this register using ic_fs_spklen::W. You can also modify this register. See API.
Trait Implementations§
Source§impl RegisterSpec for IC_FS_SPKLEN_SPEC
impl RegisterSpec for IC_FS_SPKLEN_SPEC
Source§impl Resettable for IC_FS_SPKLEN_SPEC
reset() method sets IC_FS_SPKLEN to value 0x07
impl Resettable for IC_FS_SPKLEN_SPEC
reset() method sets IC_FS_SPKLEN to value 0x07
Source§const RESET_VALUE: u32 = 7u32
const RESET_VALUE: u32 = 7u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for IC_FS_SPKLEN_SPEC
write(|w| ..) method takes ic_fs_spklen::W writer structure
impl Writable for IC_FS_SPKLEN_SPEC
write(|w| ..) method takes ic_fs_spklen::W writer structure
Source§const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
const ZERO_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
Specifies the register bits that are not changed if you pass
1 and are changed if you pass 0Source§const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
const ONE_TO_MODIFY_FIELDS_BITMAP: u32 = 0u32
Specifies the register bits that are not changed if you pass
0 and are changed if you pass 1impl Readable for IC_FS_SPKLEN_SPEC
read() method returns ic_fs_spklen::R reader structure
Auto Trait Implementations§
impl Freeze for IC_FS_SPKLEN_SPEC
impl RefUnwindSafe for IC_FS_SPKLEN_SPEC
impl Send for IC_FS_SPKLEN_SPEC
impl Sync for IC_FS_SPKLEN_SPEC
impl Unpin for IC_FS_SPKLEN_SPEC
impl UnwindSafe for IC_FS_SPKLEN_SPEC
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