Struct zinc_hal_lpc11xx::ioregs::I2C_scll_Get [] [src]

pub struct I2C_scll_Get {
    // some fields omitted
}

SCLL: SCL Duty Cycle Register Low Half Word. Determines the low time of the I2C clock. I2nSCLL and I2nSCLH together determine the clock frequency generated by an I2C master and certain times used in slave mode.

Methods

impl I2C_scll_Get

fn new(reg: &I2C_scll) -> I2C_scll_Get

Create a getter reflecting the current value of the given register.

fn raw(&self) -> u32

Get the raw value of the register.

fn scll(&self) -> u32

Get value of SCLL field: Count for SCL low time period selection.

Trait Implementations

impl Copy for I2C_scll_Get

Derived Implementations

impl Clone for I2C_scll_Get

fn clone(&self) -> I2C_scll_Get

fn clone_from(&mut self, source: &Self)