Searched refs:RST_REASON_MASK (Results 1 – 7 of 7) sorted by relevance
86 #define RST_REASON_MASK 0x7FFF macro92 assert((hint & (~RST_REASON_MASK)) == 0); in esp_reset_reason_set_hint()101 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()102 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()
75 #define RST_REASON_MASK 0x7FFF macro81 assert((hint & (~RST_REASON_MASK)) == 0); in esp_reset_reason_set_hint()90 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()91 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()
88 #define RST_REASON_MASK 0x7FFF macro94 assert((hint & (~RST_REASON_MASK)) == 0); in esp_reset_reason_set_hint()103 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()104 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()
85 #define RST_REASON_MASK 0x7FFF macro91 assert((hint & (~RST_REASON_MASK)) == 0); in esp_reset_reason_set_hint()100 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()101 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()
83 #define RST_REASON_MASK 0x7FFF macro89 assert((hint & (~RST_REASON_MASK)) == 0); in esp_reset_reason_set_hint()98 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()99 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()
98 #define RST_REASON_MASK 0x7FFF macro104 assert((hint & (~RST_REASON_MASK)) == 0); in esp_reset_reason_set_hint()113 uint32_t high = (reset_reason_hint >> RST_REASON_SHIFT) & RST_REASON_MASK; in esp_reset_reason_get_hint()114 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint()