Ch1trigW

Type Alias Ch1trigW 

pub type Ch1trigW<'a, REG> = BitWriter<'a, REG, Ch1trig>;
Expand description

Field CH1TRIG writer - Channel 1 External Trigger Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> Ch1trigW<'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.