Searched refs:reason (Results 1 – 10 of 10) sorted by relevance
| /external/platform/pico/rp2_common/hardware_watchdog/ |
| A D | watchdog.c | 101 return watchdog_hw->reason; in watchdog_caused_reboot() 105 return watchdog_hw->reason && watchdog_hw->scratch[4] == WATCHDOG_NON_REBOOT_MAGIC; in watchdog_enable_caused_reboot()
|
| /external/platform/pico/rp2040/hardware_structs/include/hardware/structs/ |
| A D | watchdog.h | 43 io_ro_32 reason;
|
| /external/lib/lwip/netif/ppp/ |
| A D | fsm.c | 271 fsm_close(fsm *f, char *reason) in fsm_close() argument 277 f->term_reason = reason; in fsm_close() 278 f->term_reason_len = (reason == NULL ? 0 : (int)strlen(reason)); in fsm_close() 311 PROTO_NAME(f), reason, oldState, ppperr_strerr[oldState], f->state, ppperr_strerr[f->state])); in fsm_close()
|
| A D | ppp_impl.h | 253 void (*close) (int unit, char *reason);
|
| A D | ipcp.c | 228 ipcp_close(int unit, char *reason) in ipcp_close() argument 230 fsm_close(&ipcp_fsm[unit], reason); in ipcp_close()
|
| A D | lcp.c | 327 lcp_close(int unit, char *reason) in lcp_close() argument 344 fsm_close(f, reason); in lcp_close()
|
| /external/platform/nrfx/drivers/include/ |
| A D | nrfx_nfct.h | 148 nrfx_nfct_error_t reason; ///< Reason for error. member
|
| /external/platform/nrfx/drivers/src/ |
| A D | nrfx_nfct.c | 785 nfct_evt.params.error.reason = NRFX_NFCT_ERROR_FRAMEDELAYTIMEOUT; in nrfx_nfct_irq_handler()
|
| /external/platform/pico/rp2_common/cmsis/stub/CMSIS/ |
| A D | LICENSE.txt | 173 incurred by, or claims asserted against, such Contributor by reason
|
| /external/platform/nrfx/ |
| A D | CHANGELOG.md | 18 …application core-specific functionalities for nRF5340 in the RESET HAL and the reset reason helper.
|
Completed in 20 milliseconds