Home
last modified time | relevance | path

Searched refs:RMT_TX_CHANNEL (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/rmt/musical_buzzer/main/
Dmusical_buzzer_example_main.c15 #define RMT_TX_CHANNEL RMT_CHANNEL_0 macro
47 rmt_config_t dev_config = RMT_DEFAULT_CONFIG_TX(RMT_TX_GPIO_NUM, RMT_TX_CHANNEL); in app_main()
52 ESP_ERROR_CHECK(rmt_driver_install(RMT_TX_CHANNEL, 0, 0)); in app_main()
55 …uzzer_config_t buzzer_config = MUSICAL_BUZZER_DEFAULT_CONFIG((musical_buzzer_dev_t)RMT_TX_CHANNEL); in app_main()
/hal_espressif-3.6.0/examples/peripherals/rmt/morse_code/main/
Dmorse_code_main.c17 #define RMT_TX_CHANNEL RMT_CHANNEL_0 macro
53 rmt_config_t config = RMT_DEFAULT_CONFIG_TX(CONFIG_EXAMPLE_RMT_TX_GPIO, RMT_TX_CHANNEL); in rmt_tx_init()
76 …ESP_ERROR_CHECK(rmt_write_items(RMT_TX_CHANNEL, morse_esp, sizeof(morse_esp) / sizeof(morse_esp[0]… in app_main()
/hal_espressif-3.6.0/examples/peripherals/rmt/step_motor/main/
Dstep_motor_main.c27 #define RMT_TX_CHANNEL RMT_CHANNEL_0 macro
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/
Dled_strip_main.c18 #define RMT_TX_CHANNEL RMT_CHANNEL_0 macro
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/common_components/led_strip/
Dled_strip_rmt_ws2812.c22 #define RMT_TX_CHANNEL RMT_CHANNEL_0 macro