Ch0trigW

Type Alias Ch0trigW 

pub type Ch0trigW<'a, REG> = BitWriter<'a, REG, Ch0trig>;
Expand description

Field CH0TRIG writer - Channel 0 External Trigger Enable

Aliased Type§

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

Implementations§

§

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

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

The generation of this external trigger is disabled.

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

The generation of this external trigger is enabled.