[−][src]Struct trinket_m0::tcc0::pattb::W
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 pgeb0(&mut self) -> _PGEB0W
[src]
Bit 0 - Pattern Generator 0 Output Enable Buffer
pub fn pgeb1(&mut self) -> _PGEB1W
[src]
Bit 1 - Pattern Generator 1 Output Enable Buffer
pub fn pgeb2(&mut self) -> _PGEB2W
[src]
Bit 2 - Pattern Generator 2 Output Enable Buffer
pub fn pgeb3(&mut self) -> _PGEB3W
[src]
Bit 3 - Pattern Generator 3 Output Enable Buffer
pub fn pgeb4(&mut self) -> _PGEB4W
[src]
Bit 4 - Pattern Generator 4 Output Enable Buffer
pub fn pgeb5(&mut self) -> _PGEB5W
[src]
Bit 5 - Pattern Generator 5 Output Enable Buffer
pub fn pgeb6(&mut self) -> _PGEB6W
[src]
Bit 6 - Pattern Generator 6 Output Enable Buffer
pub fn pgeb7(&mut self) -> _PGEB7W
[src]
Bit 7 - Pattern Generator 7 Output Enable Buffer
pub fn pgvb0(&mut self) -> _PGVB0W
[src]
Bit 8 - Pattern Generator 0 Output Enable
pub fn pgvb1(&mut self) -> _PGVB1W
[src]
Bit 9 - Pattern Generator 1 Output Enable
pub fn pgvb2(&mut self) -> _PGVB2W
[src]
Bit 10 - Pattern Generator 2 Output Enable
pub fn pgvb3(&mut self) -> _PGVB3W
[src]
Bit 11 - Pattern Generator 3 Output Enable
pub fn pgvb4(&mut self) -> _PGVB4W
[src]
Bit 12 - Pattern Generator 4 Output Enable
pub fn pgvb5(&mut self) -> _PGVB5W
[src]
Bit 13 - Pattern Generator 5 Output Enable
pub fn pgvb6(&mut self) -> _PGVB6W
[src]
Bit 14 - Pattern Generator 6 Output Enable
pub fn pgvb7(&mut self) -> _PGVB7W
[src]
Bit 15 - Pattern Generator 7 Output Enable
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,