Type Definition stm32g0::stm32g031::adc::CHSELR[][src]

type CHSELR = Reg<u32, _CHSELR>;

channel selection register

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

For information about available fields see chselr module

Trait Implementations

impl Readable for CHSELR[src]

read() method returns chselr::R reader structure

impl ResetValue for CHSELR[src]

Register CHSELR reset()'s with value 0x0fff_0000

type Type = u32

Register size

impl Writable for CHSELR[src]

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