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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.