Struct esp32c2::apb_ctrl::wifi_bb_cfg::R   
source · pub struct R(_);Expand description
Register WIFI_BB_CFG reader
Implementations§
source§impl R
 
impl R
sourcepub fn wifi_bb_cfg(&self) -> WIFI_BB_CFG_R
 
pub fn wifi_bb_cfg(&self) -> WIFI_BB_CFG_R
Bits 0:31 - reg_wifi_bb_cfg
Methods from Deref<Target = R<WIFI_BB_CFG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more