Struct Ctiappclear
#[repr(transparent)]pub struct Ctiappclear(pub u32);
Expand description
CTI Application Trigger Clear register
Tuple Fields§
§0: u32
Implementations§
§impl Ctiappclear
impl Ctiappclear
pub const fn appclear_0(&self) -> bool
pub const fn appclear_0(&self) -> bool
Sets the corresponding bits in the CTIAPPSET to 0. There is one bit of the register for each channel.
pub fn set_appclear_0(&mut self, val: bool)
pub fn set_appclear_0(&mut self, val: bool)
Sets the corresponding bits in the CTIAPPSET to 0. There is one bit of the register for each channel.
pub const fn appclear_1(&self) -> bool
pub const fn appclear_1(&self) -> bool
Sets the corresponding bits in the CTIAPPSET to 0. There is one bit of the register for each channel.
pub fn set_appclear_1(&mut self, val: bool)
pub fn set_appclear_1(&mut self, val: bool)
Sets the corresponding bits in the CTIAPPSET to 0. There is one bit of the register for each channel.
pub const fn appclear_2(&self) -> bool
pub const fn appclear_2(&self) -> bool
Sets the corresponding bits in the CTIAPPSET to 0. There is one bit of the register for each channel.
pub fn set_appclear_2(&mut self, val: bool)
pub fn set_appclear_2(&mut self, val: bool)
Sets the corresponding bits in the CTIAPPSET to 0. There is one bit of the register for each channel.
pub const fn appclear_3(&self) -> bool
pub const fn appclear_3(&self) -> bool
Sets the corresponding bits in the CTIAPPSET to 0. There is one bit of the register for each channel.
pub fn set_appclear_3(&mut self, val: bool)
pub fn set_appclear_3(&mut self, val: bool)
Sets the corresponding bits in the CTIAPPSET to 0. There is one bit of the register for each channel.
Trait Implementations§
§impl Clone for Ctiappclear
impl Clone for Ctiappclear
§fn clone(&self) -> Ctiappclear
fn clone(&self) -> Ctiappclear
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more