Type Alias rp2040_pac::spi0::sspcr0::SCR_R

source ·
pub type SCR_R = FieldReader;
Expand description

Field SCR reader - Serial clock rate. The value SCR is used to generate the transmit and receive bit rate of the PrimeCell SSP. The bit rate is: F SSPCLK CPSDVSR x (1+SCR) where CPSDVSR is an even value from 2-254, programmed through the SSPCPSR register and SCR is a value from 0-255.

Aliased Type§

struct SCR_R { /* private fields */ }