Home
last modified time | relevance | path

Searched refs:carrier_en (Results 1 – 18 of 18) sorted by relevance

/hal_espressif-3.4.0/components/driver/include/driver/
Drmt.h47 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/
Dmorse_code_main.c56 config.tx_config.carrier_en = true; in rmt_tx_init()
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Drmt_struct.h39 uint32_t carrier_en: 1; member
54 uint32_t carrier_en: 1; member
/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Drmt_struct.h39 uint32_t carrier_en: 1; member
54 uint32_t carrier_en: 1; member
/hal_espressif-3.4.0/components/driver/
Drmt.c217 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/
Dir_protocols_main.c84 rmt_tx_config.tx_config.carrier_en = true; in example_ir_tx_task()
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/
Drmt_ll.h399 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/
Drmt_ll.h453 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/
Drmt_ll.h452 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/
Drmt_struct.h33 …uint32_t carrier_en: 1; /*This is the carrier modulation enable control bit for ch… member
Dmcpwm_struct.h484 uint32_t carrier_en: 1; member
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Drmt_struct.h60 uint32_t carrier_en: 1; member
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dmcpwm_struct.h484 uint32_t carrier_en: 1; member
/hal_espressif-3.4.0/components/hal/esp32/include/hal/
Drmt_ll.h340 dev->conf_ch[channel].conf0.carrier_en = enable; in rmt_ll_tx_enable_carrier_modulation()
Dmcpwm_ll.h768 mcpwm->operators[operator_id].carrier_cfg.carrier_en = enable; in mcpwm_ll_carrier_enable()
/hal_espressif-3.4.0/components/driver/test/
Dtest_rmt.c44 tx_config.tx_config.carrier_en = true; in rmt_setup_testbench()
/hal_espressif-3.4.0/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h786 mcpwm->operators[operator_id].carrier_cfg.carrier_en = enable; in mcpwm_ll_carrier_enable()
/hal_espressif-3.4.0/docs/en/api-reference/peripherals/
Drmt.rst145 * Enable the RMT carrier signal - **carrier_en**