Type Alias GenW

Source
pub type GenW<'a, REG> = FieldWriter<'a, REG, 4, Genselect>;
Expand description

Field GEN writer - Generic Clock Generator

Aliased Type§

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

Implementations§

Source§

impl<'a, REG> GenW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

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

Generic clock generator 0

Source

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

Generic clock generator 1

Source

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

Generic clock generator 2

Source

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

Generic clock generator 3

Source

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

Generic clock generator 4

Source

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

Generic clock generator 5

Source

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

Generic clock generator 6

Source

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

Generic clock generator 7

Source

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

Generic clock generator 8

Source

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

Generic clock generator 9

Source

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

Generic clock generator 10

Source

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

Generic clock generator 11