Simr2

Type Alias Simr2 

Source
pub type Simr2 = RegValueT<Simr2_SPEC>;
Expand description

IIC Mode Register 2

Aliased Type§

pub struct Simr2 { /* private fields */ }

Implementations§

Source§

impl Simr2

Source

pub fn iicintm( self, ) -> RegisterField<0, 0x1, 1, 0, Iicintm, Iicintm, Simr2_SPEC, RW>

IIC Interrupt Mode Select

Source

pub fn iiccsc( self, ) -> RegisterField<1, 0x1, 1, 0, Iiccsc, Iiccsc, Simr2_SPEC, RW>

Clock Synchronization

Source

pub fn iicackt( self, ) -> RegisterField<5, 0x1, 1, 0, Iicackt, Iicackt, Simr2_SPEC, RW>

ACK Transmission Data

Trait Implementations§

Source§

impl Default for Simr2

Source§

fn default() -> Simr2

Returns the “default value” for a type. Read more