[][src]Type Definition esp32::spi::USER2

type USER2 = Reg<u32, _USER2>;

SPI_USER2

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see user2 module

Trait Implementations

impl Readable for USER2[src]

read() method returns user2::R reader structure

impl ResetValue for USER2[src]

Register USER2 reset()'s with value 0

impl Writable for USER2[src]

write(|w| ..) method takes user2::W writer structure