Type Alias rp2040_pac::spi0::sspcr0::SCR_W
source · pub type SCR_W<'a, REG> = FieldWriter<'a, REG, 8>;
Expand description
Field SCR
writer - 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_W<'a, REG> { /* private fields */ }