Type Alias atsame70n21b::mcan0::cccr::CSR_W

source ·
pub type CSR_W<'a, const O: u8> = BitWriter<'a, CCCR_SPEC, O, CSRSELECT_A>;
Expand description

Field CSR writer - Clock Stop Request (read/write)

Aliased Type§

struct CSR_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> CSR_W<'a, O>

source

pub fn no_clock_stop(self) -> &'a mut W

No clock stop is requested.

source

pub fn clock_stop(self) -> &'a mut W

Clock stop requested. When clock stop is requested, first INIT and then CSA will be set after all pend-ing transfer requests have been completed and the CAN bus reached idle.