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

type LPMINTF = Reg<u16, _LPMINTF>;

USB LPM interrupt flag register

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

For information about available fields see lpmintf module

Trait Implementations

impl Readable for LPMINTF[src]

read() method returns lpmintf::R reader structure

impl ResetValue for LPMINTF[src]

Register LPMINTF reset()’s with value 0

type Type = u16

Register size

impl Writable for LPMINTF[src]

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