Type Alias gd32f1::gd32f190::spi0::ctl1::NssdrvW

source ·
pub type NssdrvW<'a, REG> = BitWriter<'a, REG, Nssdrv>;
Expand description

Field NSSDRV writer - Drive NSS Output

Aliased Type§

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

Implementations§

source§

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

source

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

NSS output is disabled in master mode

source

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

NSS output is enabled in master mode