pub struct R(_);
Expand description
Register FH0_CFG0
reader
Implementations§
§impl R
impl R
pub fn fh0_sw_cbc(&self) -> BitReaderRaw<bool>
pub fn fh0_sw_cbc(&self) -> BitReaderRaw<bool>
Bit 0
pub fn fh0_f2_cbc(&self) -> BitReaderRaw<bool>
pub fn fh0_f2_cbc(&self) -> BitReaderRaw<bool>
Bit 1
pub fn fh0_f1_cbc(&self) -> BitReaderRaw<bool>
pub fn fh0_f1_cbc(&self) -> BitReaderRaw<bool>
Bit 2
pub fn fh0_f0_cbc(&self) -> BitReaderRaw<bool>
pub fn fh0_f0_cbc(&self) -> BitReaderRaw<bool>
Bit 3
pub fn fh0_sw_ost(&self) -> BitReaderRaw<bool>
pub fn fh0_sw_ost(&self) -> BitReaderRaw<bool>
Bit 4
pub fn fh0_f2_ost(&self) -> BitReaderRaw<bool>
pub fn fh0_f2_ost(&self) -> BitReaderRaw<bool>
Bit 5
pub fn fh0_f1_ost(&self) -> BitReaderRaw<bool>
pub fn fh0_f1_ost(&self) -> BitReaderRaw<bool>
Bit 6
pub fn fh0_f0_ost(&self) -> BitReaderRaw<bool>
pub fn fh0_f0_ost(&self) -> BitReaderRaw<bool>
Bit 7
pub fn fh0_a_cbc_d(&self) -> FieldReaderRaw<u8, u8>
pub fn fh0_a_cbc_d(&self) -> FieldReaderRaw<u8, u8>
Bits 8:9
pub fn fh0_a_cbc_u(&self) -> FieldReaderRaw<u8, u8>
pub fn fh0_a_cbc_u(&self) -> FieldReaderRaw<u8, u8>
Bits 10:11
pub fn fh0_a_ost_d(&self) -> FieldReaderRaw<u8, u8>
pub fn fh0_a_ost_d(&self) -> FieldReaderRaw<u8, u8>
Bits 12:13
pub fn fh0_a_ost_u(&self) -> FieldReaderRaw<u8, u8>
pub fn fh0_a_ost_u(&self) -> FieldReaderRaw<u8, u8>
Bits 14:15
pub fn fh0_b_cbc_d(&self) -> FieldReaderRaw<u8, u8>
pub fn fh0_b_cbc_d(&self) -> FieldReaderRaw<u8, u8>
Bits 16:17
pub fn fh0_b_cbc_u(&self) -> FieldReaderRaw<u8, u8>
pub fn fh0_b_cbc_u(&self) -> FieldReaderRaw<u8, u8>
Bits 18:19
pub fn fh0_b_ost_d(&self) -> FieldReaderRaw<u8, u8>
pub fn fh0_b_ost_d(&self) -> FieldReaderRaw<u8, u8>
Bits 20:21
pub fn fh0_b_ost_u(&self) -> FieldReaderRaw<u8, u8>
pub fn fh0_b_ost_u(&self) -> FieldReaderRaw<u8, u8>
Bits 22:23
Methods from Deref<Target = R<FH0_CFG0_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_CFG0_SPEC>> for R
impl From<R<FH0_CFG0_SPEC>> for R
§fn from(reader: R<FH0_CFG0_SPEC>) -> R
fn from(reader: R<FH0_CFG0_SPEC>) -> R
Converts to this type from the input type.