Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/esp_private/
Dsleep_retention.h93 } sleep_retention_module_callbacks_t; typedef
137sleep_retention_module_callbacks_t cbs; /*!< The callbacks list of the initialize module */
/hal_espressif-latest/components/esp_hw_support/
Dsleep_retention.c31sleep_retention_module_callbacks_t cbs; /* A callback list that can extend more sleep rete…
38 …ct_ctor(struct sleep_retention_module_object * const self, sleep_retention_module_callbacks_t *cbs) in sleep_retention_module_object_ctor()
48 self->cbs = (sleep_retention_module_callbacks_t) { .create = { .handle = NULL, .arg = NULL } }; in sleep_retention_module_object_dtor()