#[repr(transparent)]pub struct Ctiapppulse(pub u32);
Expand description
CTI Application Pulse register
Tuple Fields§
§0: u32
Implementations§
Source§impl Ctiapppulse
impl Ctiapppulse
Sourcepub const fn appulse_0(&self) -> bool
pub const fn appulse_0(&self) -> bool
Setting a bit HIGH generates a channel event pulse for the selected channel. There is one bit of the register for each channel.
Sourcepub fn set_appulse_0(&mut self, val: bool)
pub fn set_appulse_0(&mut self, val: bool)
Setting a bit HIGH generates a channel event pulse for the selected channel. There is one bit of the register for each channel.
Sourcepub const fn appulse_1(&self) -> bool
pub const fn appulse_1(&self) -> bool
Setting a bit HIGH generates a channel event pulse for the selected channel. There is one bit of the register for each channel.
Sourcepub fn set_appulse_1(&mut self, val: bool)
pub fn set_appulse_1(&mut self, val: bool)
Setting a bit HIGH generates a channel event pulse for the selected channel. There is one bit of the register for each channel.
Sourcepub const fn appulse_2(&self) -> bool
pub const fn appulse_2(&self) -> bool
Setting a bit HIGH generates a channel event pulse for the selected channel. There is one bit of the register for each channel.
Sourcepub fn set_appulse_2(&mut self, val: bool)
pub fn set_appulse_2(&mut self, val: bool)
Setting a bit HIGH generates a channel event pulse for the selected channel. There is one bit of the register for each channel.
Sourcepub const fn appulse_3(&self) -> bool
pub const fn appulse_3(&self) -> bool
Setting a bit HIGH generates a channel event pulse for the selected channel. There is one bit of the register for each channel.
Sourcepub fn set_appulse_3(&mut self, val: bool)
pub fn set_appulse_3(&mut self, val: bool)
Setting a bit HIGH generates a channel event pulse for the selected channel. There is one bit of the register for each channel.
Trait Implementations§
Source§impl Clone for Ctiapppulse
impl Clone for Ctiapppulse
Source§fn clone(&self) -> Ctiapppulse
fn clone(&self) -> Ctiapppulse
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more