Type Alias rp2040_pac::usbctrl_regs::nak_poll::W

source ·
pub type W = W<NAK_POLL_SPEC>;
Expand description

Register NAK_POLL writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn delay_ls(&mut self) -> DELAY_LS_W<'_, NAK_POLL_SPEC>

Bits 0:9 - NAK polling interval for a low speed device

source

pub fn delay_fs(&mut self) -> DELAY_FS_W<'_, NAK_POLL_SPEC>

Bits 16:25 - NAK polling interval for a full speed device

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual