pub struct RMT { /* private fields */ }
Expand description
Remote Control Peripheral
Implementations
sourceimpl RMT
impl RMT
sourcepub const PTR: *const RegisterBlock = {0x60016000 as *const rmt::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x60016000 as *const rmt::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Methods from Deref<Target = RegisterBlock>
sourcepub fn ch2_rx_lim(&self) -> &CH_RX_LIM
pub fn ch2_rx_lim(&self) -> &CH_RX_LIM
0x60 - RMT_CH2_RX_LIM_REG.
sourcepub fn ch3_rx_lim(&self) -> &CH_RX_LIM
pub fn ch3_rx_lim(&self) -> &CH_RX_LIM
0x64 - RMT_CH2_RX_LIM_REG.
Trait Implementations
sourceimpl Deref for RMT
impl Deref for RMT
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for RMT
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more