[][src]Type Definition stm32wb_pac::vrefbuf::CSR

type CSR = Reg<u32, _CSR>;

VREF control and status register

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

For information about available fields see csr module

Trait Implementations

impl Readable for CSR[src]

read() method returns csr::R reader structure

impl ResetValue for CSR[src]

Register CSR reset()'s with value 0x02

type Type = u32

Register size

impl Writable for CSR[src]

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