[][src]Struct circuit_playground_express::tcc0::pattb::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 pgeb0(&self) -> PGEB0R[src]

Bit 0 - Pattern Generator 0 Output Enable Buffer

pub fn pgeb1(&self) -> PGEB1R[src]

Bit 1 - Pattern Generator 1 Output Enable Buffer

pub fn pgeb2(&self) -> PGEB2R[src]

Bit 2 - Pattern Generator 2 Output Enable Buffer

pub fn pgeb3(&self) -> PGEB3R[src]

Bit 3 - Pattern Generator 3 Output Enable Buffer

pub fn pgeb4(&self) -> PGEB4R[src]

Bit 4 - Pattern Generator 4 Output Enable Buffer

pub fn pgeb5(&self) -> PGEB5R[src]

Bit 5 - Pattern Generator 5 Output Enable Buffer

pub fn pgeb6(&self) -> PGEB6R[src]

Bit 6 - Pattern Generator 6 Output Enable Buffer

pub fn pgeb7(&self) -> PGEB7R[src]

Bit 7 - Pattern Generator 7 Output Enable Buffer

pub fn pgvb0(&self) -> PGVB0R[src]

Bit 8 - Pattern Generator 0 Output Enable

pub fn pgvb1(&self) -> PGVB1R[src]

Bit 9 - Pattern Generator 1 Output Enable

pub fn pgvb2(&self) -> PGVB2R[src]

Bit 10 - Pattern Generator 2 Output Enable

pub fn pgvb3(&self) -> PGVB3R[src]

Bit 11 - Pattern Generator 3 Output Enable

pub fn pgvb4(&self) -> PGVB4R[src]

Bit 12 - Pattern Generator 4 Output Enable

pub fn pgvb5(&self) -> PGVB5R[src]

Bit 13 - Pattern Generator 5 Output Enable

pub fn pgvb6(&self) -> PGVB6R[src]

Bit 14 - Pattern Generator 6 Output Enable

pub fn pgvb7(&self) -> PGVB7R[src]

Bit 15 - Pattern Generator 7 Output Enable

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]