Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/utils/
Dupdate_blobs.py15 import requests
42 response = requests.get(url)
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_wdt.h82 uint32_t requests,
94 typedef void (*nrfx_wdt_event_handler_t)(uint32_t requests);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_wdt.c312 uint32_t requests = nrf_wdt_request_status_get(p_reg); in irq_handler() local
324 p_cb->wdt_event_handler(NRF_WDT_EVENT_TIMEOUT, requests, p_cb->p_context); in irq_handler()
326 p_cb->wdt_event_handler(requests); in irq_handler()
/hal_nordic-latest/nrfs/
DREADME.md22 │ │ ├── requests
/hal_nordic-latest/nrfx/
DCHANGELOG.md175 …ent handler in the WDT driver. The new prototype accepts an event type, requests and a pointer to …
223 - Added a function for getting the bitmask of all watchdog requests' statuses in the WDT HAL.
564 - Fixed handling of short unaligned write requests (1 or 2 bytes in length) in the nrfx_nvmc_bytes_…