[][src]Struct circuit_playground_express::atsamd21g18a::tcc0::patt::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u16[src]

Value of the register as raw bits

pub fn pge0(&self) -> PGE0R[src]

Bit 0 - Pattern Generator 0 Output Enable

pub fn pge1(&self) -> PGE1R[src]

Bit 1 - Pattern Generator 1 Output Enable

pub fn pge2(&self) -> PGE2R[src]

Bit 2 - Pattern Generator 2 Output Enable

pub fn pge3(&self) -> PGE3R[src]

Bit 3 - Pattern Generator 3 Output Enable

pub fn pge4(&self) -> PGE4R[src]

Bit 4 - Pattern Generator 4 Output Enable

pub fn pge5(&self) -> PGE5R[src]

Bit 5 - Pattern Generator 5 Output Enable

pub fn pge6(&self) -> PGE6R[src]

Bit 6 - Pattern Generator 6 Output Enable

pub fn pge7(&self) -> PGE7R[src]

Bit 7 - Pattern Generator 7 Output Enable

pub fn pgv0(&self) -> PGV0R[src]

Bit 8 - Pattern Generator 0 Output Value

pub fn pgv1(&self) -> PGV1R[src]

Bit 9 - Pattern Generator 1 Output Value

pub fn pgv2(&self) -> PGV2R[src]

Bit 10 - Pattern Generator 2 Output Value

pub fn pgv3(&self) -> PGV3R[src]

Bit 11 - Pattern Generator 3 Output Value

pub fn pgv4(&self) -> PGV4R[src]

Bit 12 - Pattern Generator 4 Output Value

pub fn pgv5(&self) -> PGV5R[src]

Bit 13 - Pattern Generator 5 Output Value

pub fn pgv6(&self) -> PGV6R[src]

Bit 14 - Pattern Generator 6 Output Value

pub fn pgv7(&self) -> PGV7R[src]

Bit 15 - Pattern Generator 7 Output Value

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]