Type Definition W7
esp32::spi
type W7 = Reg<u32, _W7>;
SPI_W7
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 w7 module
impl Readable for W7
read() method returns w7::R reader structure
read()
impl ResetValue for W7
Register W7 reset()'s with value 0
reset()
type Type = u32
Register size
fn reset_value() -> Self::Type
Reset value of the register
impl Writable for W7
write(|w| ..) method takes w7::W writer structure
write(|w| ..)