pub struct RMT { /* private fields */ }
Expand description
Remote Control
Implementations§
source§impl 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
sourcepub unsafe fn steal() -> Self
pub unsafe fn steal() -> Self
Steal an instance of this peripheral
Safety
Ensure that the new instance of the peripheral cannot be used in a way that may race with any existing instances, for example by only accessing read-only or write-only registers, or by consuming the original peripheral and using critical sections to coordinate access between multiple new instances.
Additionally, other software such as HALs may rely on only one peripheral instance existing to ensure memory safety; ensure no stolen instances are passed to such software.
Methods from Deref<Target = RegisterBlock>§
sourcepub fn ch2_rx_status(&self) -> &CH_RX_STATUS
pub fn ch2_rx_status(&self) -> &CH_RX_STATUS
0x30 - RMT_CH2STATUS_REG.
sourcepub fn ch3_rx_status(&self) -> &CH_RX_STATUS
pub fn ch3_rx_status(&self) -> &CH_RX_STATUS
0x34 - RMT_CH2STATUS_REG.
sourcepub fn ch2_rx_carrier_rm(&self) -> &CH_RX_CARRIER_RM
pub fn ch2_rx_carrier_rm(&self) -> &CH_RX_CARRIER_RM
0x50 - RMT_CH2_RX_CARRIER_RM_REG.
sourcepub fn ch3_rx_carrier_rm(&self) -> &CH_RX_CARRIER_RM
pub fn ch3_rx_carrier_rm(&self) -> &CH_RX_CARRIER_RM
0x54 - RMT_CH2_RX_CARRIER_RM_REG.
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.