Struct esp32s2::syscon::wifi_bb_cfg_2::R   
source · pub struct R(_);Expand description
Register WIFI_BB_CFG_2 reader
Implementations§
source§impl R
 
impl R
sourcepub fn wifi_bb_cfg_2(&self) -> WIFI_BB_CFG_2_R
 
pub fn wifi_bb_cfg_2(&self) -> WIFI_BB_CFG_2_R
Bits 0:31
Methods from Deref<Target = R<WIFI_BB_CFG_2_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