pub struct R(_);
Expand description
Register BBPD_CTRL
reader
Implementations§
§impl R
impl R
pub fn dc_est_force_pd(&self) -> BitReaderRaw<bool>
pub fn dc_est_force_pd(&self) -> BitReaderRaw<bool>
Bit 0
pub fn dc_est_force_pu(&self) -> BitReaderRaw<bool>
pub fn dc_est_force_pu(&self) -> BitReaderRaw<bool>
Bit 1
pub fn fft_force_pd(&self) -> BitReaderRaw<bool>
pub fn fft_force_pd(&self) -> BitReaderRaw<bool>
Bit 2
pub fn fft_force_pu(&self) -> BitReaderRaw<bool>
pub fn fft_force_pu(&self) -> BitReaderRaw<bool>
Bit 3
Methods from Deref<Target = R<BBPD_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<BBPD_CTRL_SPEC>> for R
impl From<R<BBPD_CTRL_SPEC>> for R
§fn from(reader: R<BBPD_CTRL_SPEC>) -> R
fn from(reader: R<BBPD_CTRL_SPEC>) -> R
Converts to this type from the input type.