Type Alias gd32f1::gd32f190::spi0::ctl0::RoW

source ·
pub type RoW<'a, REG> = BitWriter<'a, REG, Ro>;
Expand description

Field RO writer - Receive only

Aliased Type§

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

Implementations§

source§

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

source

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

Full duplex (Transmit and receive)

source

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

Output disabled (Receive-only mode)