Type Alias RCGCUSB

Source
pub type RCGCUSB = Reg<u32, _RCGCUSB>;
Expand description

Universal Serial Bus Run Mode Clock Gating Control

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see rcgcusb module

Aliased Type§

pub struct RCGCUSB { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for RCGCUSB

Register RCGCUSB reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for RCGCUSB

read() method returns rcgcusb::R reader structure

Source§

impl Writable for RCGCUSB

write(|w| ..) method takes rcgcusb::W writer structure