Struct esp32s3_hal::pac::i2s1::rx_clkm_conf::R
pub struct R(_);
Expand description
Register RX_CLKM_CONF
reader
Implementations§
§impl R
impl R
pub fn rx_clkm_div_num(&self) -> FieldReaderRaw<u8, u8>
pub fn rx_clkm_div_num(&self) -> FieldReaderRaw<u8, u8>
Bits 0:7 - Integral I2S clock divider value
pub fn rx_clk_active(&self) -> BitReaderRaw<bool>
pub fn rx_clk_active(&self) -> BitReaderRaw<bool>
Bit 26 - I2S Rx module clock enable signal.
pub fn rx_clk_sel(&self) -> FieldReaderRaw<u8, u8>
pub fn rx_clk_sel(&self) -> FieldReaderRaw<u8, u8>
Bits 27:28 - Select I2S Rx module source clock. 0: no clock. 1: APLL. 2: CLK160. 3: I2S_MCLK_in.
Methods from Deref<Target = R<RX_CLKM_CONF_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<RX_CLKM_CONF_SPEC>> for R
impl From<R<RX_CLKM_CONF_SPEC>> for R
§fn from(reader: R<RX_CLKM_CONF_SPEC>) -> R
fn from(reader: R<RX_CLKM_CONF_SPEC>) -> R
Converts to this type from the input type.