Type Alias atsame70n21b::afec0::emr::SIGNMODE_W

source ·
pub type SIGNMODE_W<'a, const O: u8> = FieldWriterSafe<'a, EMR_SPEC, 2, O, SIGNMODESELECT_A>;
Expand description

Field SIGNMODE writer - Sign Mode

Aliased Type§

struct SIGNMODE_W<'a, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, const O: u8> SIGNMODE_W<'a, O>

source

pub fn se_unsg_df_sign(self) -> &'a mut W

Single-Ended channels: Unsigned conversions.Differential channels: Signed conversions.

source

pub fn se_sign_df_unsg(self) -> &'a mut W

Single-Ended channels: Signed conversions.Differential channels: Unsigned conversions.

source

pub fn all_unsigned(self) -> &'a mut W

All channels: Unsigned conversions.

source

pub fn all_signed(self) -> &'a mut W

All channels: Signed conversions.