Searched refs:RMT_DEFAULT_CONFIG_TX (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.6.0/components/driver/test/ |
D | test_rmt.c | 39 rmt_config_t tx_config = RMT_DEFAULT_CONFIG_TX(RMT_DATA_IO, tx_channel); in rmt_setup_testbench() 114 rmt_config_t correct_config = RMT_DEFAULT_CONFIG_TX(RMT_DATA_IO, 0); 188 rmt_config_t tx_cfg = RMT_DEFAULT_CONFIG_TX(RMT_DATA_IO, 0); 213 rmt_config_t tx_cfg = RMT_DEFAULT_CONFIG_TX(RMT_DATA_IO, RMT_TX_CHANNEL_ENCODING_END); 260 rmt_config_t tx_cfg = RMT_DEFAULT_CONFIG_TX(RMT_DATA_IO, 0); 509 rmt_config_t tx_config0 = RMT_DEFAULT_CONFIG_TX(4, channel0); 510 rmt_config_t tx_config1 = RMT_DEFAULT_CONFIG_TX(5, channel1);
|
/hal_espressif-3.6.0/examples/peripherals/rmt/morse_code/main/ |
D | morse_code_main.c | 53 rmt_config_t config = RMT_DEFAULT_CONFIG_TX(CONFIG_EXAMPLE_RMT_TX_GPIO, RMT_TX_CHANNEL); in rmt_tx_init()
|
/hal_espressif-3.6.0/examples/peripherals/rmt/musical_buzzer/main/ |
D | musical_buzzer_example_main.c | 47 rmt_config_t dev_config = RMT_DEFAULT_CONFIG_TX(RMT_TX_GPIO_NUM, RMT_TX_CHANNEL); in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/rmt/step_motor/main/ |
D | step_motor_main.c | 34 rmt_config_t dev_config = RMT_DEFAULT_CONFIG_TX(STEP_MOTOR_STEP_PIN, RMT_TX_CHANNEL); in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/rmt/led_strip/main/ |
D | led_strip_main.c | 82 rmt_config_t config = RMT_DEFAULT_CONFIG_TX(CONFIG_EXAMPLE_RMT_TX_GPIO, RMT_TX_CHANNEL); in app_main()
|
/hal_espressif-3.6.0/examples/peripherals/rmt/ir_protocols/main/ |
D | ir_protocols_main.c | 83 …rmt_config_t rmt_tx_config = RMT_DEFAULT_CONFIG_TX(CONFIG_EXAMPLE_RMT_TX_GPIO, example_tx_channel); in example_ir_tx_task()
|
/hal_espressif-3.6.0/examples/common_components/led_strip/ |
D | led_strip_rmt_ws2812.c | 179 rmt_config_t config = RMT_DEFAULT_CONFIG_TX(gpio, channel); in led_strip_init()
|
/hal_espressif-3.6.0/components/driver/include/driver/ |
D | rmt.h | 87 #define RMT_DEFAULT_CONFIG_TX(gpio, channel_id) \ macro
|