Struct BleIrqStatus
#[repr(transparent)]pub struct BleIrqStatus(pub u32);Expand description
BLE_IRQ_STATUS register.
Tuple Fields§
§0: u32Implementations§
§impl BleIrqStatus
impl BleIrqStatus
pub const fn port_grant(&self) -> bool
pub const fn port_grant(&self) -> bool
IP_BLE hardware port granted interrupt status:.
pub fn set_port_grant(&mut self, val: bool)
pub fn set_port_grant(&mut self, val: bool)
IP_BLE hardware port granted interrupt status:.
pub const fn port_release(&self) -> bool
pub const fn port_release(&self) -> bool
IP_BLE hardware port released interrupt status.
pub fn set_port_release(&mut self, val: bool)
pub fn set_port_release(&mut self, val: bool)
IP_BLE hardware port released interrupt status.
pub fn set_cmd_start(&mut self, val: bool)
pub fn set_cmd_start(&mut self, val: bool)
IP_BLE hardware port command start interrupt status.
pub fn set_cmd_end(&mut self, val: bool)
pub fn set_cmd_end(&mut self, val: bool)
IP_BLE hardware port command end interrupt status.
Trait Implementations§
§impl Clone for BleIrqStatus
impl Clone for BleIrqStatus
§fn clone(&self) -> BleIrqStatus
fn clone(&self) -> BleIrqStatus
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 BleIrqStatus
impl Debug for BleIrqStatus
§impl Default for BleIrqStatus
impl Default for BleIrqStatus
§fn default() -> BleIrqStatus
fn default() -> BleIrqStatus
Returns the “default value” for a type. Read more
§impl PartialEq for BleIrqStatus
impl PartialEq for BleIrqStatus
impl Copy for BleIrqStatus
impl Eq for BleIrqStatus
impl StructuralPartialEq for BleIrqStatus
Auto Trait Implementations§
impl Freeze for BleIrqStatus
impl RefUnwindSafe for BleIrqStatus
impl Send for BleIrqStatus
impl Sync for BleIrqStatus
impl Unpin for BleIrqStatus
impl UnwindSafe for BleIrqStatus
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