Struct esp32c3_hal::pac::RMT
pub struct RMT { /* private fields */ }
Expand description
Remote Control Peripheral
Implementations
impl RMT
impl RMT
pub const PTR: *const RegisterBlock = {0x60016000 as *const esp_hal_common::esp32c3::rmt::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x60016000 as *const esp_hal_common::esp32c3::rmt::RegisterBlock}
Pointer to the register block
pub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Methods from Deref<Target = RegisterBlock>
pub fn ch2_rx_lim(&self) -> &Reg<CH_RX_LIM_SPEC>
pub fn ch2_rx_lim(&self) -> &Reg<CH_RX_LIM_SPEC>
0x60 - RMT_CH2_RX_LIM_REG.
pub fn ch3_rx_lim(&self) -> &Reg<CH_RX_LIM_SPEC>
pub fn ch3_rx_lim(&self) -> &Reg<CH_RX_LIM_SPEC>
0x64 - RMT_CH2_RX_LIM_REG.
Trait Implementations
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