Searched refs:ETS_OK (Results 1 – 11 of 11) sorted by relevance
102 if (r != ETS_OK) { in esp_ds_start_sign()158 assert(res == ETS_OK); // should not fail if called with correct purpose in esp_ds_finish_sign()
74 if (ets_status != ETS_OK) { in esp_hmac_jtag_enable()
53 ETS_OK = 0, /**< return successful in ets*/ enumerator
154 if (ets_status != ETS_OK) { in esp_hmac_jtag_enable()
155 if (ets_status != ETS_OK) { in esp_hmac_jtag_enable()
64 ETS_OK = 0, /**< return successful in ets*/ enumerator
55 ETS_OK = 0, /**< return successful in ets*/ enumerator
166 while (esp_rom_uart_rx_one_char((uint8_t *) sign) == ETS_OK) { in prompt_to_continue()