[][src]Type Definition avr_device::attiny85::usi::usicr::W

type W = W<u8, USICR>;

Writer for register USICR

Implementations

impl W[src]

pub fn usitc(&mut self) -> USITC_W[src]

Bit 0 - Toggle Clock Port Pin

pub fn usiclk(&mut self) -> USICLK_W[src]

Bit 1 - Clock Strobe

pub fn usics(&mut self) -> USICS_W[src]

Bits 2:3 - USI Clock Source Select Bits

pub fn usiwm(&mut self) -> USIWM_W[src]

Bits 4:5 - USI Wire Mode Bits

pub fn usioie(&mut self) -> USIOIE_W[src]

Bit 6 - Counter Overflow Interrupt Enable

pub fn usisie(&mut self) -> USISIE_W[src]

Bit 7 - Start Condition Interrupt Enable