[][src]Type Definition stm32wb_pac::adc::CALFACT

type CALFACT = Reg<u32, _CALFACT>;

ADC calibration factors register

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

For information about available fields see calfact module

Trait Implementations

impl Readable for CALFACT[src]

read() method returns calfact::R reader structure

impl ResetValue for CALFACT[src]

Register CALFACT reset()'s with value 0

type Type = u32

Register size

impl Writable for CALFACT[src]

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