DIFSEL

Type Alias DIFSEL 

Source
pub type DIFSEL = Reg<u32, _DIFSEL>;
Expand description

ADC channel differential or single-ended mode selection register

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

For information about available fields see difsel module

Aliased Type§

pub struct DIFSEL { /* private fields */ }

Trait Implementations§

Source§

impl ResetValue for DIFSEL

Register DIFSEL reset()’s with value 0

Source§

type Type = u32

Register size
Source§

fn reset_value() -> Self::Type

Reset value of the register
Source§

impl Readable for DIFSEL

read() method returns difsel::R reader structure

Source§

impl Writable for DIFSEL

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