Type Alias gd32f1::gd32f190::spi0::ctl0::CkplW

source ·
pub type CkplW<'a, REG> = BitWriter<'a, REG, Ckpl>;
Expand description

Field CKPL writer - Clock Polarity Selection

Aliased Type§

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

Implementations§

source§

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

source

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

CLK pulled low when idle

source

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

CLK pulled high when idle