[][src]Type Definition imxrt1062_semc::dllcr::W

type W = W<u32, DLLCR>;

Writer for register DLLCR

Methods

impl W[src]

pub fn dllen(&mut self) -> DLLEN_W[src]

Bit 0 - DLL calibration enable.

pub fn dllreset(&mut self) -> DLLRESET_W[src]

Bit 1 - Software could force a reset on DLL by setting this field to 0x1. This will cause the DLL to lose lock and re-calibrate to detect an ref_clock half period phase shift. The reset action is edge triggered, so software need to clear this bit after set this bit (no delay limitation).

pub fn slvdlytarget(&mut self) -> SLVDLYTARGET_W[src]

Bits 3:6 - The delay target for slave delay line is: ((SLVDLYTARGET+1) * 1/32 * clock cycle of reference clock (ipgclock).

pub fn ovrden(&mut self) -> OVRDEN_W[src]

Bit 8 - Slave clock delay line delay cell number selection override enable.

pub fn ovrdval(&mut self) -> OVRDVAL_W[src]

Bits 9:14 - Slave clock delay line delay cell number selection override value.