Type Definition stm32g4::stm32g474::fdcan::TXFQS[][src]

type TXFQS = Reg<u32, _TXFQS>;

The Tx FIFO/Queue status is related to the pending Tx requests listed in register TXBRP. Therefore the effect of Add/Cancellation requests may be delayed due to a running Tx scan (TXBRP not yet updated).

This register you can read. See API.

For information about available fields see txfqs module

Trait Implementations

impl Readable for TXFQS[src]

read() method returns txfqs::R reader structure