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