Struct BleIrqEnable
#[repr(transparent)]pub struct BleIrqEnable(pub u32);Expand description
BLE_IRQ_ENABLE register.
Tuple Fields§
§0: u32Implementations§
§impl BleIrqEnable
impl BleIrqEnable
pub const fn port_grant(&self) -> bool
pub const fn port_grant(&self) -> bool
IP_BLE Port grant interrupt enable.
pub fn set_port_grant(&mut self, val: bool)
pub fn set_port_grant(&mut self, val: bool)
IP_BLE Port grant interrupt enable.
pub const fn port_release(&self) -> bool
pub const fn port_release(&self) -> bool
IP_BLE Port release interrupt enable.
pub fn set_port_release(&mut self, val: bool)
pub fn set_port_release(&mut self, val: bool)
IP_BLE Port release interrupt enable.
pub const fn port_cmd_start(&self) -> bool
pub const fn port_cmd_start(&self) -> bool
IP_BLE Port command start interrup enable.
pub fn set_port_cmd_start(&mut self, val: bool)
pub fn set_port_cmd_start(&mut self, val: bool)
IP_BLE Port command start interrup enable.
pub const fn port_cmd_end(&self) -> bool
pub const fn port_cmd_end(&self) -> bool
IP_BLE Port command end interrup enable.
pub fn set_port_cmd_end(&mut self, val: bool)
pub fn set_port_cmd_end(&mut self, val: bool)
IP_BLE Port command end interrup enable.
Trait Implementations§
§impl Clone for BleIrqEnable
impl Clone for BleIrqEnable
§fn clone(&self) -> BleIrqEnable
fn clone(&self) -> BleIrqEnable
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for BleIrqEnable
impl Debug for BleIrqEnable
§impl Default for BleIrqEnable
impl Default for BleIrqEnable
§fn default() -> BleIrqEnable
fn default() -> BleIrqEnable
Returns the “default value” for a type. Read more
§impl PartialEq for BleIrqEnable
impl PartialEq for BleIrqEnable
impl Copy for BleIrqEnable
impl Eq for BleIrqEnable
impl StructuralPartialEq for BleIrqEnable
Auto Trait Implementations§
impl Freeze for BleIrqEnable
impl RefUnwindSafe for BleIrqEnable
impl Send for BleIrqEnable
impl Sync for BleIrqEnable
impl Unpin for BleIrqEnable
impl UnwindSafe for BleIrqEnable
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