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

type TX_CRC = Reg<u32, _TX_CRC>;

SPI_TX_CRC

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

For information about available fields see tx_crc module

Trait Implementations

impl Readable for TX_CRC[src]

read() method returns tx_crc::R reader structure

impl ResetValue for TX_CRC[src]

Register TX_CRC reset()'s with value 0

impl Writable for TX_CRC[src]

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