SrW

Trait SrW 

Source
pub trait SrW<REG: SrW> {
    // Required methods
    fn rxne(&mut self) -> RXNE_W<'_, REG>;
    fn tc(&mut self) -> TC_W<'_, REG>;
    fn lbd(&mut self) -> LBD_W<'_, REG>;
}

Required Methods§

Source

fn rxne(&mut self) -> RXNE_W<'_, REG>

Source

fn tc(&mut self) -> TC_W<'_, REG>

Source

fn lbd(&mut self) -> LBD_W<'_, REG>

Implementations on Foreign Types§

Source§

impl<REG: SrW> SrW<REG> for W<REG>

Source§

fn rxne(&mut self) -> RXNE_W<'_, REG>

Source§

fn tc(&mut self) -> TC_W<'_, REG>

Source§

fn lbd(&mut self) -> LBD_W<'_, REG>

Implementors§