Type Alias nrf52840_pac::nfct::framedelaymode::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