pub type CAN_DEVICE = CAN_device;Aliased Type§
#[repr(C)]pub struct CAN_DEVICE {
pub IntStatus: int_status,
pub IntEbl: int_enable,
pub BufferStatus: buffer_status,
pub ErrorStatus: error_status,
pub Command: command_reg,
pub Config: can_config_reg,
pub NA: u32,
pub TxMsg: [_CAN_txmsgobject; 32],
pub RxMsg: [_mss_can_rxmsgobject; 32],
}Fields§
§IntStatus: int_status§IntEbl: int_enable§BufferStatus: buffer_status§ErrorStatus: error_status§Command: command_reg§Config: can_config_reg§NA: u32§TxMsg: [_CAN_txmsgobject; 32]§RxMsg: [_mss_can_rxmsgobject; 32]