nrf52840_pac::nfct::framedelaymode

Type Alias FRAMEDELAYMODE_W

Source
pub type FRAMEDELAYMODE_W<'a, const O: u8> = FieldWriterSafe<'a, u32, FRAMEDELAYMODE_SPEC, u8, FRAMEDELAYMODE_A, 2, O>;
Expand description

Field FRAMEDELAYMODE writer - Configuration register for the Frame Delay Timer

Aliased Type§

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

Implementations§

Source§

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

Source

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

Transmission is independent of frame timer and will start when the STARTTX task is triggered. No timeout.

Source

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

Frame is transmitted between FRAMEDELAYMIN and FRAMEDELAYMAX

Source

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

Frame is transmitted exactly at FRAMEDELAYMAX

Source

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

Frame is transmitted on a bit grid between FRAMEDELAYMIN and FRAMEDELAYMAX