Type Alias W

Source
pub type W = W<BaudSpec>;
Expand description

Register BAUD writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

pub fn cpol(&mut self) -> CpolW<'_, BaudSpec>

Bit 0 - Clock Polarity

Source

pub fn cpha(&mut self) -> CphaW<'_, BaudSpec>

Bit 1 - Clock Phase

Source

pub fn baud(&mut self) -> BaudW<'_, BaudSpec>

Bits 8:15 - Serial Clock Baud Rate

Source

pub fn dlybs(&mut self) -> DlybsW<'_, BaudSpec>

Bits 16:23 - Delay Before SCK