Type Definition gd32f1::gd32f170::usbd::LPMCTL[][src]

type LPMCTL = Reg<u16, _LPMCTL>;

USB LPM control register

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

For information about available fields see lpmctl module

Trait Implementations

impl Readable for LPMCTL[src]

read() method returns lpmctl::R reader structure

impl ResetValue for LPMCTL[src]

Register LPMCTL reset()’s with value 0

type Type = u16

Register size

impl Writable for LPMCTL[src]

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