Searched refs:RMT_TX_CHANNEL (Results 1 – 5 of 5) sorted by relevance
15 #define RMT_TX_CHANNEL RMT_CHANNEL_0 macro47 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()
17 #define RMT_TX_CHANNEL RMT_CHANNEL_0 macro53 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()
27 #define RMT_TX_CHANNEL RMT_CHANNEL_0 macro34 rmt_config_t dev_config = RMT_DEFAULT_CONFIG_TX(STEP_MOTOR_STEP_PIN, RMT_TX_CHANNEL); in app_main()
18 #define RMT_TX_CHANNEL RMT_CHANNEL_0 macro82 rmt_config_t config = RMT_DEFAULT_CONFIG_TX(CONFIG_EXAMPLE_RMT_TX_GPIO, RMT_TX_CHANNEL); in app_main()
22 #define RMT_TX_CHANNEL RMT_CHANNEL_0 macro