Struct d1_pac::owa::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {Show 21 fields
pub owa_gen_ctl: OWA_GEN_CTL,
pub owa_tx_cfig: OWA_TX_CFIG,
pub owa_rx_cfig: OWA_RX_CFIG,
pub owa_ista: OWA_ISTA,
pub owa_rxfifo: OWA_RXFIFO,
pub owa_fctl: OWA_FCTL,
pub owa_fsta: OWA_FSTA,
pub owa_int: OWA_INT,
pub owa_tx_fifo: OWA_TX_FIFO,
pub owa_tx_cnt: OWA_TX_CNT,
pub owa_rx_cnt: OWA_RX_CNT,
pub owa_tx_chsta0: OWA_TX_CHSTA0,
pub owa_tx_chsta1: OWA_TX_CHSTA1,
pub owa_rxchsta0: OWA_RXCHSTA0,
pub owa_rxchsta1: OWA_RXCHSTA1,
pub owa_exp_ctl: OWA_EXP_CTL,
pub owa_exp_ista: OWA_EXP_ISTA,
pub owa_exp_info_0: OWA_EXP_INFO_0,
pub owa_exp_info_1: OWA_EXP_INFO_1,
pub owa_exp_dbg_0: OWA_EXP_DBG_0,
pub owa_exp_dbg_1: OWA_EXP_DBG_1,
/* private fields */
}Expand description
Register block
Fields§
§owa_gen_ctl: OWA_GEN_CTL0x00 - OWA General Control Register
owa_tx_cfig: OWA_TX_CFIG0x04 - OWA TX Configuration Register
owa_rx_cfig: OWA_RX_CFIG0x08 - OWA RX Configuration Register
owa_ista: OWA_ISTA0x0c - OWA Interrupt Status Register
owa_rxfifo: OWA_RXFIFO0x10 - OWA RXFIFO Register
owa_fctl: OWA_FCTL0x14 - OWA FIFO Control Register
owa_fsta: OWA_FSTA0x18 - OWA FIFO Status Register
owa_int: OWA_INT0x1c - OWA Interrupt Control Register
owa_tx_fifo: OWA_TX_FIFO0x20 - OWA TX FIFO Register
owa_tx_cnt: OWA_TX_CNT0x24 - OWA TX Counter Register
owa_rx_cnt: OWA_RX_CNT0x28 - OWA RX Counter Register
owa_tx_chsta0: OWA_TX_CHSTA00x2c - OWA TX Channel Status Register0
owa_tx_chsta1: OWA_TX_CHSTA10x30 - OWA TX Channel Status Register1
owa_rxchsta0: OWA_RXCHSTA00x34 - OWA RX Channel Status Register0
owa_rxchsta1: OWA_RXCHSTA10x38 - OWA RX Channel Status Register1
owa_exp_ctl: OWA_EXP_CTL0x40 - OWA Expand Control Register
owa_exp_ista: OWA_EXP_ISTA0x44 - OWA Expand Interrupt Status Register
owa_exp_info_0: OWA_EXP_INFO_00x48 - OWA Expand Infomation Register0
owa_exp_info_1: OWA_EXP_INFO_10x4c - OWA Expand Infomation Register1
owa_exp_dbg_0: OWA_EXP_DBG_00x50 - OWA Expand Debug Register0
owa_exp_dbg_1: OWA_EXP_DBG_10x54 - OWA Expand Debug Register1
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