Type Definition stm32g0::stm32g0c1::fdcan1::txbcr::CR_W

source · []
pub type CR_W<'a, const O: u8> = FieldWriter<'a, u32, TXBCR_SPEC, u8, u8, 3, O>;
Expand description

Field CR writer - Cancellation request Each Tx buffer has its own cancellation request bit. Writing a 1 sets the corresponding CR bit; writing a 0 has no impact. This enables the Host to set cancellation requests for multiple Tx buffers with one write to TXBCR. The bits remain set until the corresponding TXBRP bit is reset.