[][src]Type Definition stm32wb_pac::usb::LPMCSR

type LPMCSR = Reg<u16, _LPMCSR>;

control and status register

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

For information about available fields see lpmcsr module

Trait Implementations

impl Readable for LPMCSR[src]

read() method returns lpmcsr::R reader structure

impl ResetValue for LPMCSR[src]

Register LPMCSR reset()'s with value 0

type Type = u16

Register size

impl Writable for LPMCSR[src]

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