Type Alias gd32f1::gd32f130::spi0::ctl0::BdoenW

source ·
pub type BdoenW<'a, REG> = BitWriter<'a, REG, Bdoen>;
Expand description

Field BDOEN writer - Bidirectional Transmit output enable

Aliased Type§

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

Implementations§

source§

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

source

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

Receive-only mode

source

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

Transmit-only mode