[][src]Type Definition stm32f3::stm32f303::usb::CNTR

type CNTR = Reg<u32, _CNTR>;

control register

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

For information about available fields see cntr module

Trait Implementations

impl Readable for CNTR[src]

read() method returns cntr::R reader structure

impl ResetValue for CNTR[src]

Register CNTR reset()'s with value 0x03

type Type = u32

Register size

impl Writable for CNTR[src]

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