pub struct R(_);
Expand description
Register DEBNCE
reader
Implementations§
§impl R
impl R
pub fn debounce_count(&self) -> FieldReaderRaw<u32, u32>
pub fn debounce_count(&self) -> FieldReaderRaw<u32, u32>
Bits 0:23 - Number of host clocks (clk) used by debounce filter logic. The typical debounce time is 5 \verb+~+ 25 ms to prevent the card instability when the card is inserted or removed.
Methods from Deref<Target = R<DEBNCE_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<DEBNCE_SPEC>> for R
impl From<R<DEBNCE_SPEC>> for R
§fn from(reader: R<DEBNCE_SPEC>) -> R
fn from(reader: R<DEBNCE_SPEC>) -> R
Converts to this type from the input type.