pub struct R(_);
Expand description
Register CH%sCONF0
reader
Implementations§
§impl R
impl R
pub fn div_cnt(&self) -> FieldReaderRaw<u8, u8>
pub fn div_cnt(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - This register is used to configure the frequency divider’s factor in channel0.
pub fn idle_thres(&self) -> FieldReaderRaw<u16, u16>
pub fn idle_thres(&self) -> FieldReaderRaw<u16, u16>
Bits 8:23 - In receive mode when no edge is detected on the input signal for longer than reg_idle_thres_ch0 then the receive process is done.
pub fn mem_size(&self) -> FieldReaderRaw<u8, u8>
pub fn mem_size(&self) -> FieldReaderRaw<u8, u8>
Bits 24:27 - This register is used to configure the the amount of memory blocks allocated to channel0.
pub fn carrier_en(&self) -> BitReaderRaw<bool>
pub fn carrier_en(&self) -> BitReaderRaw<bool>
Bit 28 - This is the carrier modulation enable control bit for channel0.
pub fn carrier_out_lv(&self) -> BitReaderRaw<bool>
pub fn carrier_out_lv(&self) -> BitReaderRaw<bool>
Bit 29 - This bit is used to configure the way carrier wave is modulated for channel0.1’b1:transmit on low output level 1’b0:transmit on high output level.
Methods from Deref<Target = R<CHCONF0_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<CHCONF0_SPEC>> for R
impl From<R<CHCONF0_SPEC>> for R
§fn from(reader: R<CHCONF0_SPEC>) -> R
fn from(reader: R<CHCONF0_SPEC>) -> R
Converts to this type from the input type.