Searched refs:IDF_DEPRECATED (Results 1 – 3 of 3) sorted by relevance
145 #define IDF_DEPRECATED(REASON) __attribute__((deprecated(REASON))) macro147 #define IDF_DEPRECATED(REASON) macro
144 #define IDF_DEPRECATED(REASON) __attribute__((deprecated(REASON))) macro146 #define IDF_DEPRECATED(REASON) macro
35 typedef nvs_handle_t nvs_handle IDF_DEPRECATED("Replace with nvs_handle_t"); typedef82 typedef nvs_open_mode_t nvs_open_mode IDF_DEPRECATED("Replace with nvs_open_mode_t"); typedef