Struct esp32c6::interrupt_core0::ble_timer_intr_map::R
source · pub struct R(_);
Expand description
Register BLE_TIMER_INTR_MAP
reader
Implementations§
source§impl R
impl R
sourcepub fn ble_timer_intr_map(&self) -> BLE_TIMER_INTR_MAP_R
pub fn ble_timer_intr_map(&self) -> BLE_TIMER_INTR_MAP_R
Bits 0:4 - Need add description
Methods from Deref<Target = R<BLE_TIMER_INTR_MAP_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