Usbckcr

Type Alias Usbckcr 

Source
pub type Usbckcr = RegValueT<Usbckcr_SPEC>;
Expand description

USB Clock Control Register

Aliased Type§

pub struct Usbckcr { /* private fields */ }

Implementations§

Source§

impl Usbckcr

Source

pub fn usbcksel( self, ) -> RegisterField<0, 0x7, 1, 0, Usbcksel, Usbcksel, Usbckcr_SPEC, RW>

USB Clock (USBCLK) Source Select

Source

pub fn usbcksreq( self, ) -> RegisterField<6, 0x1, 1, 0, Usbcksreq, Usbcksreq, Usbckcr_SPEC, RW>

USB Clock (USBCLK) Switching Request

Source

pub fn usbcksrdy( self, ) -> RegisterField<7, 0x1, 1, 0, Usbcksrdy, Usbcksrdy, Usbckcr_SPEC, R>

USB Clock (USBCLK) Switching Ready state flag

Trait Implementations§

Source§

impl Default for Usbckcr

Source§

fn default() -> Usbckcr

Returns the “default value” for a type. Read more