Type Alias gd32f1::gd32f190::usart0::ctl1::DinvW

source ·
pub type DinvW<'a, REG> = BitWriter<'a, REG, Dinv>;
Expand description

Field DINV writer - Data bit level inversion

Aliased Type§

struct DinvW<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> DinvW<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn positive(self) -> &'a mut W<REG>

Logical data from the data register are send/received in positive/direct logic

source

pub fn negative(self) -> &'a mut W<REG>

Logical data from the data register are send/received in negative/inverse logic