Searched refs:chmconf (Results 1 – 2 of 2) sorted by relevance
91 dev->chmconf[channel].conf1.mem_wr_rst_m = 1; in rmt_ll_rx_reset_pointer()92 dev->chmconf[channel].conf1.mem_wr_rst_m = 0; in rmt_ll_rx_reset_pointer()93 dev->chmconf[channel].conf1.apb_mem_rst_m = 1; in rmt_ll_rx_reset_pointer()94 dev->chmconf[channel].conf1.apb_mem_rst_m = 0; in rmt_ll_rx_reset_pointer()111 dev->chmconf[channel].conf1.rx_en_m = enable; in rmt_ll_rx_enable()112 dev->chmconf[channel].conf1.conf_update_m = 1; in rmt_ll_rx_enable()122 dev->chmconf[channel].conf0.mem_size_m = block_num; in rmt_ll_rx_set_mem_blocks()132 return dev->chmconf[channel].conf0.mem_size_m; in rmt_ll_rx_get_mem_blocks()142 HAL_FORCE_MODIFY_U32_REG_FIELD(dev->chmconf[channel].conf0, div_cnt_m, div); in rmt_ll_rx_set_channel_clock_div()152 return HAL_FORCE_READ_U32_REG_FIELD(dev->chmconf[channel].conf0, div_cnt_m); in rmt_ll_rx_get_channel_clock_div()[all …]
1071 volatile rmt_chmconf_reg_t chmconf[4]; member