/hal_espressif-3.4.0/components/driver/include/driver/ |
D | rmt.h | 47 bool carrier_en; /*!< RMT carrier enable */ member 100 .carrier_en = false, \ 280 esp_err_t rmt_set_tx_carrier(rmt_channel_t channel, bool carrier_en, uint16_t high_level, uint16_t …
|
/hal_espressif-3.4.0/examples/peripherals/rmt/morse_code/main/ |
D | morse_code_main.c | 56 config.tx_config.carrier_en = true; in rmt_tx_init()
|
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/ |
D | rmt_struct.h | 39 uint32_t carrier_en: 1; member 54 uint32_t carrier_en: 1; member
|
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/ |
D | rmt_struct.h | 39 uint32_t carrier_en: 1; member 54 uint32_t carrier_en: 1; member
|
/hal_espressif-3.4.0/components/driver/ |
D | rmt.c | 217 esp_err_t rmt_set_tx_carrier(rmt_channel_t channel, bool carrier_en, uint16_t high_level, uint16_t … in rmt_set_tx_carrier() argument 225 rmt_ll_tx_enable_carrier_modulation(rmt_contex.hal.regs, channel, carrier_en); in rmt_set_tx_carrier() 565 bool carrier_en = rmt_param->tx_config.carrier_en; in rmt_internal_config() local 573 …ESP_RETURN_ON_FALSE(!carrier_en || carrier_freq_hz > 0, ESP_ERR_INVALID_ARG, TAG, "RMT carrier fre… in rmt_internal_config() 627 rmt_ll_tx_enable_carrier_modulation(dev, channel, carrier_en); in rmt_internal_config() 628 if (carrier_en) { in rmt_internal_config()
|
/hal_espressif-3.4.0/examples/peripherals/rmt/ir_protocols/main/ |
D | ir_protocols_main.c | 84 rmt_tx_config.tx_config.carrier_en = true; in example_ir_tx_task()
|
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/ |
D | rmt_ll.h | 399 dev->conf_ch[channel].conf0.carrier_en = enable; in rmt_ll_tx_enable_carrier_modulation() 404 dev->conf_ch[channel].conf0.carrier_en = enable; in rmt_ll_rx_enable_carrier_demodulation()
|
/hal_espressif-3.4.0/components/hal/esp32c3/include/hal/ |
D | rmt_ll.h | 453 dev->tx_conf[channel].carrier_en = enable; in rmt_ll_tx_enable_carrier_modulation() 458 dev->rx_conf[channel].conf0.carrier_en = enable; in rmt_ll_rx_enable_carrier_demodulation()
|
/hal_espressif-3.4.0/components/hal/esp32h2/include/hal/ |
D | rmt_ll.h | 452 dev->tx_conf[channel].carrier_en = enable; in rmt_ll_tx_enable_carrier_modulation() 457 dev->rx_conf[channel].conf0.carrier_en = enable; in rmt_ll_rx_enable_carrier_demodulation()
|
/hal_espressif-3.4.0/components/soc/esp32/include/soc/ |
D | rmt_struct.h | 33 …uint32_t carrier_en: 1; /*This is the carrier modulation enable control bit for ch… member
|
D | mcpwm_struct.h | 484 uint32_t carrier_en: 1; member
|
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/ |
D | rmt_struct.h | 60 uint32_t carrier_en: 1; member
|
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/ |
D | mcpwm_struct.h | 484 uint32_t carrier_en: 1; member
|
/hal_espressif-3.4.0/components/hal/esp32/include/hal/ |
D | rmt_ll.h | 340 dev->conf_ch[channel].conf0.carrier_en = enable; in rmt_ll_tx_enable_carrier_modulation()
|
D | mcpwm_ll.h | 768 mcpwm->operators[operator_id].carrier_cfg.carrier_en = enable; in mcpwm_ll_carrier_enable()
|
/hal_espressif-3.4.0/components/driver/test/ |
D | test_rmt.c | 44 tx_config.tx_config.carrier_en = true; in rmt_setup_testbench()
|
/hal_espressif-3.4.0/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 786 mcpwm->operators[operator_id].carrier_cfg.carrier_en = enable; in mcpwm_ll_carrier_enable()
|
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/ |
D | rmt.rst | 145 * Enable the RMT carrier signal - **carrier_en**
|