Inctl

Type Alias Inctl 

Source
pub type Inctl = RegValueT<Inctl_SPEC>;
Expand description

Input Control Register

Aliased Type§

pub struct Inctl { /* private fields */ }

Implementations§

Source§

impl Inctl

Source

pub fn dnfs(self) -> RegisterField<0, 0xf, 1, 0, u8, u8, Inctl_SPEC, RW>

Digital Noise Filter Stage Selection

Source

pub fn dnfe(self) -> RegisterField<4, 0x1, 1, 0, Dnfe, Dnfe, Inctl_SPEC, RW>

Digital Noise Filter Circuit Enable

Trait Implementations§

Source§

impl Default for Inctl

Source§

fn default() -> Inctl

Returns the “default value” for a type. Read more