Struct esp32_hal::pac::nrx::nrxpd_ctrl::R
pub struct R(_);
Expand description
Register NRXPD_CTRL
reader
Implementations§
§impl R
impl R
pub fn demap_force_pd(&self) -> BitReaderRaw<bool>
pub fn demap_force_pd(&self) -> BitReaderRaw<bool>
Bit 0
pub fn demap_force_pu(&self) -> BitReaderRaw<bool>
pub fn demap_force_pu(&self) -> BitReaderRaw<bool>
Bit 1
pub fn vit_force_pd(&self) -> BitReaderRaw<bool>
pub fn vit_force_pd(&self) -> BitReaderRaw<bool>
Bit 2
pub fn vit_force_pu(&self) -> BitReaderRaw<bool>
pub fn vit_force_pu(&self) -> BitReaderRaw<bool>
Bit 3
pub fn rx_rot_force_pd(&self) -> BitReaderRaw<bool>
pub fn rx_rot_force_pd(&self) -> BitReaderRaw<bool>
Bit 4
pub fn rx_rot_force_pu(&self) -> BitReaderRaw<bool>
pub fn rx_rot_force_pu(&self) -> BitReaderRaw<bool>
Bit 5
pub fn chan_est_force_pd(&self) -> BitReaderRaw<bool>
pub fn chan_est_force_pd(&self) -> BitReaderRaw<bool>
Bit 6
pub fn chan_est_force_pu(&self) -> BitReaderRaw<bool>
pub fn chan_est_force_pu(&self) -> BitReaderRaw<bool>
Bit 7
Methods from Deref<Target = R<NRXPD_CTRL_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<NRXPD_CTRL_SPEC>> for R
impl From<R<NRXPD_CTRL_SPEC>> for R
§fn from(reader: R<NRXPD_CTRL_SPEC>) -> R
fn from(reader: R<NRXPD_CTRL_SPEC>) -> R
Converts to this type from the input type.