#[repr(C)]pub struct RegisterBlock { /* private fields */ }
Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn highpulse(&self) -> &HIGHPULSE
pub const fn highpulse(&self) -> &HIGHPULSE
0x2c - Autobaud minimum high pulse duration register
Sourcepub const fn sleep_conf(&self) -> &SLEEP_CONF
pub const fn sleep_conf(&self) -> &SLEEP_CONF
0x38 - Sleep mode configuration
Sourcepub const fn swfc_conf0(&self) -> &SWFC_CONF0
pub const fn swfc_conf0(&self) -> &SWFC_CONF0
0x3c - Software flow control character configuration
Sourcepub const fn swfc_conf1(&self) -> &SWFC_CONF1
pub const fn swfc_conf1(&self) -> &SWFC_CONF1
0x40 - Software flow-control character configuration
Sourcepub const fn rs485_conf(&self) -> &RS485_CONF
pub const fn rs485_conf(&self) -> &RS485_CONF
0x48 - RS485 mode configuration
Sourcepub const fn at_cmd_precnt(&self) -> &AT_CMD_PRECNT
pub const fn at_cmd_precnt(&self) -> &AT_CMD_PRECNT
0x4c - Pre-sequence timing configuration
Sourcepub const fn at_cmd_postcnt(&self) -> &AT_CMD_POSTCNT
pub const fn at_cmd_postcnt(&self) -> &AT_CMD_POSTCNT
0x50 - Post-sequence timing configuration
Sourcepub const fn at_cmd_gaptout(&self) -> &AT_CMD_GAPTOUT
pub const fn at_cmd_gaptout(&self) -> &AT_CMD_GAPTOUT
0x54 - Timeout configuration
Sourcepub const fn at_cmd_char(&self) -> &AT_CMD_CHAR
pub const fn at_cmd_char(&self) -> &AT_CMD_CHAR
0x58 - AT escape sequence selection configuration
Sourcepub const fn mem_tx_status(&self) -> &MEM_TX_STATUS
pub const fn mem_tx_status(&self) -> &MEM_TX_STATUS
0x60 - TX FIFO write and read offset address
Sourcepub const fn mem_rx_status(&self) -> &MEM_RX_STATUS
pub const fn mem_rx_status(&self) -> &MEM_RX_STATUS
0x64 - RX FIFO write and read offset address
Sourcepub const fn fsm_status(&self) -> &FSM_STATUS
pub const fn fsm_status(&self) -> &FSM_STATUS
0x68 - UART transmitter and receiver status
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more