Type Alias gd32f1::gd32f130::spi0::ctl0::BdenW

source ·
pub type BdenW<'a, REG> = BitWriter<'a, REG, Bden>;
Expand description

Field BDEN writer - Bidirectional enable

Aliased Type§

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

Implementations§

source§

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

source

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

2-line unidirectional data mode selected

source

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

1-line bidirectional data mode selected