Type Definition lpc81x_pac::lpc811::spi0::div::DIVVAL_R

source ·
pub type DIVVAL_R = FieldReader<u16, u16>;
Expand description

Field DIVVAL reader - Rate divider value. Specifies how the Flexcomm clock (FCLK) is divided to produce the SPI clock rate in master mode. DIVVAL is -1 encoded such that the value 0 results in FCLK/1, the value 1 results in FCLK/2, up to the maximum possible divide value of 0xFFFF, which results in FCLK/65536.