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

type SQR1 = Reg<u32, _SQR1>;

ADC group regular sequencer ranks register 1

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

For information about available fields see sqr1 module

Trait Implementations

impl Readable for SQR1[src]

read() method returns sqr1::R reader structure

impl ResetValue for SQR1[src]

Register SQR1 reset()'s with value 0

type Type = u32

Register size

impl Writable for SQR1[src]

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