Module esp32::rmt::ch3status

source ·
Expand description

Structs

This register you can read. See API.
Register CH3STATUS reader

Type Definitions

Field APB_MEM_RD_ERR reader - The apb read memory status bit for channel3 turns to high level when the apb read address exceeds the configuration range.
Field APB_MEM_WR_ERR reader - The apb write memory status bit for channel3 turns to high level when the apb write address exceeds the configuration range.
Field MEM_EMPTY reader - The memory empty status bit for channel3. in acyclic mode, this bit turns to high level when mem_raddr_ex is greater than or equal to the configured range.
Field MEM_FULL reader - The memory full status bit for channel3 turns to high level when mem_waddr_ex is greater than or equal to the configuration range.
Field MEM_OWNER_ERR reader - When channel3 is configured for receive mode, this bit will turn to high level if rmt_mem_owner register is not set to 1.
Field MEM_RADDR_EX reader - The current memory write address of channel3.
Field MEM_WADDR_EX reader - The current memory read address of channel3.
Field STATE reader - The channel3 state machine status register.3’h0 : idle, 3’h1 : send, 3’h2 : read memory, 3’h3 : receive, 3’h4 : wait.
Field STATUS reader - The status for channel3