Searched refs:ref_counts (Results 1 – 1 of 1) sorted by relevance
22 static uint8_t ref_counts[PERIPH_MODULE_MAX] = {0}; variable28 if (ref_counts[periph] == 0) { in periph_module_enable()31 ref_counts[periph]++; in periph_module_enable()39 ref_counts[periph]--; in periph_module_disable()40 if (ref_counts[periph] == 0) { in periph_module_disable()61 if (ref_counts[PERIPH_WIFI_BT_COMMON_MODULE] == 0) { in wifi_bt_common_module_enable()64 ref_counts[PERIPH_WIFI_BT_COMMON_MODULE]++; in wifi_bt_common_module_enable()75 ref_counts[PERIPH_WIFI_BT_COMMON_MODULE]--; in wifi_bt_common_module_disable()76 if (ref_counts[PERIPH_WIFI_BT_COMMON_MODULE] == 0) { in wifi_bt_common_module_disable()