Type Alias gd32f1::gd32f130::usart0::ctl0::RbneieW

source ·
pub type RbneieW<'a, REG> = BitWriter<'a, REG, Rbneie>;
Expand description

Field RBNEIE writer - Read data buffer not empty interrupt and overrun error interrupt enable

Aliased Type§

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

Implementations§

source§

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

source

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

Read data buffer not empty and overrrun error interrupts are disabled

source

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

Interrupt is generated whenever ORERR=1 or RBNE=1 in the STAT register