Struct bl602_sdk::uart::UART_FifoCfg_Type [−][src]
#[repr(C)]pub struct UART_FifoCfg_Type { pub txFifoDmaThreshold: u8, pub rxFifoDmaThreshold: u8, pub txFifoDmaEnable: BL_Fun_Type, pub rxFifoDmaEnable: BL_Fun_Type, }
Expand description
@brief UART FIFO configuration structure type definition
Fields
txFifoDmaThreshold: u8
< TX FIFO threshold, dma tx request will not be asserted if tx fifo count is less than this value
rxFifoDmaThreshold: u8
< RX FIFO threshold, dma rx request will not be asserted if rx fifo count is less than this value
txFifoDmaEnable: BL_Fun_Type
< Enable or disable tx dma req/ack interface
rxFifoDmaEnable: BL_Fun_Type
< Enable or disable rx dma req/ack interface
Trait Implementations
Auto Trait Implementations
Blanket Implementations
pub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
pub fn from(t: T) -> T
pub fn from(t: T) -> T
Performs the conversion.
pub fn into(self) -> U
pub fn into(self) -> U
Performs the conversion.