pub struct R(_);
Expand description
Register FH0_CFG1
reader
Implementations§
§impl R
impl R
pub fn fh0_clr_ost(&self) -> BitReaderRaw<bool>
pub fn fh0_clr_ost(&self) -> BitReaderRaw<bool>
Bit 0
pub fn fh0_cbcpulse(&self) -> FieldReaderRaw<u8, u8>
pub fn fh0_cbcpulse(&self) -> FieldReaderRaw<u8, u8>
Bits 1:2
pub fn fh0_force_cbc(&self) -> BitReaderRaw<bool>
pub fn fh0_force_cbc(&self) -> BitReaderRaw<bool>
Bit 3
pub fn fh0_force_ost(&self) -> BitReaderRaw<bool>
pub fn fh0_force_ost(&self) -> BitReaderRaw<bool>
Bit 4
Methods from Deref<Target = R<FH0_CFG1_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<FH0_CFG1_SPEC>> for R
impl From<R<FH0_CFG1_SPEC>> for R
§fn from(reader: R<FH0_CFG1_SPEC>) -> R
fn from(reader: R<FH0_CFG1_SPEC>) -> R
Converts to this type from the input type.