Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/
Drmt_legacy.c67 …uint8_t rmt_driver_channels; // Bitmask of installed drivers' channels, used to protect concurrent… member
107 .rmt_driver_channels = 0,
706 …ESP_RETURN_ON_FALSE(rmt_contex.rmt_driver_channels == 0, ESP_FAIL, TAG, "RMT driver installed, can… in rmt_isr_register()
947 rmt_contex.rmt_driver_channels &= ~BIT(channel); in rmt_driver_uninstall()
948 if (rmt_contex.rmt_driver_channels == 0 && rmt_contex.rmt_driver_intr_handle) { in rmt_driver_uninstall()
1064 if (rmt_contex.rmt_driver_channels == 0) { in rmt_driver_install()
1069 rmt_contex.rmt_driver_channels |= BIT(channel); in rmt_driver_install()