Struct UdraIrqEnable
#[repr(transparent)]pub struct UdraIrqEnable(pub u32);Expand description
UDRA_IRQ_ENABLE register.
Tuple Fields§
§0: u32Implementations§
§impl UdraIrqEnable
impl UdraIrqEnable
pub const fn radio_cfg_ptr_reloaded(&self) -> bool
pub const fn radio_cfg_ptr_reloaded(&self) -> bool
UDRA interrupt enable (reload radio config pointer).
pub fn set_radio_cfg_ptr_reloaded(&mut self, val: bool)
pub fn set_radio_cfg_ptr_reloaded(&mut self, val: bool)
UDRA interrupt enable (reload radio config pointer).
pub fn set_cmd_start(&mut self, val: bool)
pub fn set_cmd_start(&mut self, val: bool)
UDRA interrupt enable (command start).
pub fn set_cmd_end(&mut self, val: bool)
pub fn set_cmd_end(&mut self, val: bool)
UDRA interrupt enable (command end).
Trait Implementations§
§impl Clone for UdraIrqEnable
impl Clone for UdraIrqEnable
§fn clone(&self) -> UdraIrqEnable
fn clone(&self) -> UdraIrqEnable
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 UdraIrqEnable
impl Debug for UdraIrqEnable
§impl Default for UdraIrqEnable
impl Default for UdraIrqEnable
§fn default() -> UdraIrqEnable
fn default() -> UdraIrqEnable
Returns the “default value” for a type. Read more
§impl PartialEq for UdraIrqEnable
impl PartialEq for UdraIrqEnable
impl Copy for UdraIrqEnable
impl Eq for UdraIrqEnable
impl StructuralPartialEq for UdraIrqEnable
Auto Trait Implementations§
impl Freeze for UdraIrqEnable
impl RefUnwindSafe for UdraIrqEnable
impl Send for UdraIrqEnable
impl Sync for UdraIrqEnable
impl Unpin for UdraIrqEnable
impl UnwindSafe for UdraIrqEnable
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