Type Definition W12
esp32::spi
type W12 = Reg<u32, _W12>;
SPI_W12
This register you can read, reset, write, write_with_zero, modify. See API.
read
reset
write
write_with_zero
modify
For information about available fields see w12 module
impl Readable for W12
read() method returns w12::R reader structure
read()
impl ResetValue for W12
Register W12 reset()'s with value 0
reset()
fn reset_value() -> Self::Ux
Reset value of the register.
impl Writable for W12
write(|w| ..) method takes w12::W writer structure
write(|w| ..)