[][src]Type Definition stm32f0::stm32f0x1::adc::SMPR

type SMPR = Reg<u32, _SMPR>;

sampling time register

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

For information about available fields see smpr module

Trait Implementations

impl Readable for SMPR[src]

read() method returns smpr::R reader structure

impl ResetValue for SMPR[src]

Register SMPR reset()'s with value 0

type Type = u32

Register size

impl Writable for SMPR[src]

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