#[repr(transparent)]pub struct Rise(pub u32);Expand description
Pin interrupt rising edge register
Tuple Fields§
§0: u32Implementations§
Source§impl Rise
impl Rise
Sourcepub const fn rdet(&self) -> u8
pub const fn rdet(&self) -> u8
Rising edge detect. Bit n detects the rising edge of the pin selected in PINTSELn. Read 0: No rising edge has been detected on this pin since Reset or the last time a one was written to this bit. Write 0: no operation. Read 1: a rising edge has been detected since Reset or the last time a one was written to this bit. Write 1: clear rising edge detection for this pin.
Sourcepub const fn set_rdet(&mut self, val: u8)
pub const fn set_rdet(&mut self, val: u8)
Rising edge detect. Bit n detects the rising edge of the pin selected in PINTSELn. Read 0: No rising edge has been detected on this pin since Reset or the last time a one was written to this bit. Write 0: no operation. Read 1: a rising edge has been detected since Reset or the last time a one was written to this bit. Write 1: clear rising edge detection for this pin.