pub struct Coex { /* private fields */ }Implementations§
Source§impl Coex
impl Coex
Sourcepub const fn coex_ble_pti_reg(&self) -> &'static Reg<CoexBlePtiReg_SPEC, RW>
pub const fn coex_ble_pti_reg(&self) -> &'static Reg<CoexBlePtiReg_SPEC, RW>
COEX BLE PTI Control Register
Sourcepub const fn coex_ctrl_reg(&self) -> &'static Reg<CoexCtrlReg_SPEC, RW>
pub const fn coex_ctrl_reg(&self) -> &'static Reg<CoexCtrlReg_SPEC, RW>
COEX Control Register
Sourcepub const fn coex_ftdf_pti_reg(&self) -> &'static Reg<CoexFtdfPtiReg_SPEC, RW>
pub const fn coex_ftdf_pti_reg(&self) -> &'static Reg<CoexFtdfPtiReg_SPEC, RW>
COEX FTDF PTI Control Register
Sourcepub const fn coex_int_mask_reg(&self) -> &'static Reg<CoexIntMaskReg_SPEC, RW>
pub const fn coex_int_mask_reg(&self) -> &'static Reg<CoexIntMaskReg_SPEC, RW>
COEX Interrupt Mask Register
Sourcepub const fn coex_int_stat_reg(&self) -> &'static Reg<CoexIntStatReg_SPEC, RW>
pub const fn coex_int_stat_reg(&self) -> &'static Reg<CoexIntStatReg_SPEC, RW>
COEX Interrupt Status Register
Sourcepub const fn coex_pri10_reg(&self) -> &'static Reg<CoexPri10Reg_SPEC, RW>
pub const fn coex_pri10_reg(&self) -> &'static Reg<CoexPri10Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri11_reg(&self) -> &'static Reg<CoexPri11Reg_SPEC, RW>
pub const fn coex_pri11_reg(&self) -> &'static Reg<CoexPri11Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri12_reg(&self) -> &'static Reg<CoexPri12Reg_SPEC, RW>
pub const fn coex_pri12_reg(&self) -> &'static Reg<CoexPri12Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri13_reg(&self) -> &'static Reg<CoexPri13Reg_SPEC, RW>
pub const fn coex_pri13_reg(&self) -> &'static Reg<CoexPri13Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri14_reg(&self) -> &'static Reg<CoexPri14Reg_SPEC, RW>
pub const fn coex_pri14_reg(&self) -> &'static Reg<CoexPri14Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri15_reg(&self) -> &'static Reg<CoexPri15Reg_SPEC, RW>
pub const fn coex_pri15_reg(&self) -> &'static Reg<CoexPri15Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri1_reg(&self) -> &'static Reg<CoexPri1Reg_SPEC, RW>
pub const fn coex_pri1_reg(&self) -> &'static Reg<CoexPri1Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri2_reg(&self) -> &'static Reg<CoexPri2Reg_SPEC, RW>
pub const fn coex_pri2_reg(&self) -> &'static Reg<CoexPri2Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri3_reg(&self) -> &'static Reg<CoexPri3Reg_SPEC, RW>
pub const fn coex_pri3_reg(&self) -> &'static Reg<CoexPri3Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri4_reg(&self) -> &'static Reg<CoexPri4Reg_SPEC, RW>
pub const fn coex_pri4_reg(&self) -> &'static Reg<CoexPri4Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri5_reg(&self) -> &'static Reg<CoexPri5Reg_SPEC, RW>
pub const fn coex_pri5_reg(&self) -> &'static Reg<CoexPri5Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri6_reg(&self) -> &'static Reg<CoexPri6Reg_SPEC, RW>
pub const fn coex_pri6_reg(&self) -> &'static Reg<CoexPri6Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri7_reg(&self) -> &'static Reg<CoexPri7Reg_SPEC, RW>
pub const fn coex_pri7_reg(&self) -> &'static Reg<CoexPri7Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri8_reg(&self) -> &'static Reg<CoexPri8Reg_SPEC, RW>
pub const fn coex_pri8_reg(&self) -> &'static Reg<CoexPri8Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_pri9_reg(&self) -> &'static Reg<CoexPri9Reg_SPEC, RW>
pub const fn coex_pri9_reg(&self) -> &'static Reg<CoexPri9Reg_SPEC, RW>
COEX Priority Register
Sourcepub const fn coex_stat2_reg(&self) -> &'static Reg<CoexStat2Reg_SPEC, RW>
pub const fn coex_stat2_reg(&self) -> &'static Reg<CoexStat2Reg_SPEC, RW>
COEX Status 2 Register
Sourcepub const fn coex_stat_reg(&self) -> &'static Reg<CoexStatReg_SPEC, RW>
pub const fn coex_stat_reg(&self) -> &'static Reg<CoexStatReg_SPEC, RW>
COEX Status Register
Trait Implementations§
impl Copy for Coex
impl Eq for Coex
impl Send for Coex
COEX registers
impl StructuralPartialEq for Coex
impl Sync for Coex
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