pub type TXDELAY_W<'a, const O: u8> = FieldWriterSafe<'a, u32, CTRL_SPEC, u8, TXDELAY_A, 2, O>;
Expand description

Field TXDELAY writer - TX Delay Transmission

Implementations§

source§

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

source

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

Frames are transmitted immediately

source

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

Transmission of new frames are delayed by a single bit period

source

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

Transmission of new frames are delayed by two bit periods

source

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

Transmission of new frames are delayed by three bit periods