Module esp32::rmt::chconf1

source ·
Expand description

Structs

Type Definitions

  • Field APB_MEM_RST reader - Set this bit to reset W/R ram address for channel0 by apb fifo access
  • Field APB_MEM_RST writer - Set this bit to reset W/R ram address for channel0 by apb fifo access
  • Field IDLE_OUT_EN reader - This is the output enable control bit for channel0 in IDLE state.
  • Field IDLE_OUT_EN writer - This is the output enable control bit for channel0 in IDLE state.
  • Field IDLE_OUT_LV reader - This bit configures the output signal’s level for channel0 in IDLE state.
  • Field IDLE_OUT_LV writer - This bit configures the output signal’s level for channel0 in IDLE state.
  • Field MEM_OWNER reader - This is the mark of channel0’s ram usage right.1’b1:receiver uses the ram 0:transmitter uses the ram
  • Field MEM_OWNER writer - This is the mark of channel0’s ram usage right.1’b1:receiver uses the ram 0:transmitter uses the ram
  • Field MEM_RD_RST reader - Set this bit to reset read ram address for channel0 by transmitter access.
  • Field MEM_RD_RST writer - Set this bit to reset read ram address for channel0 by transmitter access.
  • Field MEM_WR_RST reader - Set this bit to reset write ram address for channel0 by receiver access.
  • Field MEM_WR_RST writer - Set this bit to reset write ram address for channel0 by receiver access.
  • Field REF_ALWAYS_ON reader - This bit is used to select base clock. 1’b1:clk_apb 1’b0:clk_ref
  • Field REF_ALWAYS_ON writer - This bit is used to select base clock. 1’b1:clk_apb 1’b0:clk_ref
  • Field REF_CNT_RST reader - This bit is used to reset divider in channel0.
  • Field REF_CNT_RST writer - This bit is used to reset divider in channel0.
  • Field RX_EN reader - Set this bit to enbale receving data for channel0.
  • Field RX_EN writer - Set this bit to enbale receving data for channel0.
  • Field RX_FILTER_EN reader - This is the receive filter enable bit for channel0.
  • Field RX_FILTER_EN writer - This is the receive filter enable bit for channel0.
  • Field RX_FILTER_THRES reader - in receive mode channel0 ignore input pulse when the pulse width is smaller then this value.
  • Field RX_FILTER_THRES writer - in receive mode channel0 ignore input pulse when the pulse width is smaller then this value.
  • Field TX_CONTI_MODE reader - Set this bit to continue sending from the first data to the last data in channel0 again and again.
  • Field TX_CONTI_MODE writer - Set this bit to continue sending from the first data to the last data in channel0 again and again.
  • Field TX_START reader - Set this bit to start sending data for channel0.
  • Field TX_START writer - Set this bit to start sending data for channel0.