Searched refs:carrier_en (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/driver/deprecated/driver/ |
D | rmt_types_legacy.h | 153 bool carrier_en; /*!< RMT carrier enable */ member 213 .carrier_en = false, \
|
D | rmt.h | 138 esp_err_t rmt_set_tx_carrier(rmt_channel_t channel, bool carrier_en, uint16_t high_level, uint16_t …
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | rmt_struct.h | 30 uint32_t carrier_en: 1; member 45 uint32_t carrier_en: 1; member
|
/hal_espressif-latest/components/driver/deprecated/ |
D | rmt_legacy.c | 220 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 228 rmt_ll_tx_enable_carrier_modulation(rmt_contex.hal.regs, channel, carrier_en); in rmt_set_tx_carrier() 553 bool carrier_en = rmt_param->tx_config.carrier_en; in rmt_internal_config() local 561 …ESP_RETURN_ON_FALSE(!carrier_en || carrier_freq_hz > 0, ESP_ERR_INVALID_ARG, TAG, "RMT carrier fre… in rmt_internal_config() 616 rmt_ll_tx_enable_carrier_modulation(dev, channel, carrier_en); in rmt_internal_config() 617 if (carrier_en) { in rmt_internal_config()
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | rmt_struct.h | 24 …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-latest/components/hal/esp32c3/include/hal/ |
D | rmt_ll.h | 398 dev->tx_conf[channel].carrier_en = enable; in rmt_ll_tx_enable_carrier_modulation() 599 dev->rx_conf[channel].conf0.carrier_en = enable; in rmt_ll_rx_enable_carrier_demodulation()
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | mcpwm_struct.h | 484 uint32_t carrier_en: 1; member
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | rmt_ll.h | 294 dev->conf_ch[channel].conf0.carrier_en = enable; in rmt_ll_tx_enable_carrier_modulation()
|
D | mcpwm_ll.h | 1153 mcpwm->operators[operator_id].carrier_cfg.carrier_en = enable; in mcpwm_ll_carrier_enable()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | mcpwm_ll.h | 1165 mcpwm->operators[operator_id].carrier_cfg.carrier_en = enable; in mcpwm_ll_carrier_enable()
|