[][src]Struct circuit_playground_express::tcc0::patt::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u16) -> &mut W[src]

Writes raw bits to the register

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

Bit 0 - Pattern Generator 0 Output Enable

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

Bit 1 - Pattern Generator 1 Output Enable

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

Bit 2 - Pattern Generator 2 Output Enable

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

Bit 3 - Pattern Generator 3 Output Enable

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

Bit 4 - Pattern Generator 4 Output Enable

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

Bit 5 - Pattern Generator 5 Output Enable

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

Bit 6 - Pattern Generator 6 Output Enable

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

Bit 7 - Pattern Generator 7 Output Enable

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

Bit 8 - Pattern Generator 0 Output Value

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

Bit 9 - Pattern Generator 1 Output Value

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

Bit 10 - Pattern Generator 2 Output Value

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

Bit 11 - Pattern Generator 3 Output Value

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

Bit 12 - Pattern Generator 4 Output Value

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

Bit 13 - Pattern Generator 5 Output Value

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

Bit 14 - Pattern Generator 6 Output Value

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

Bit 15 - Pattern Generator 7 Output Value

Auto Trait Implementations

impl Send for W

impl Sync for W

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]