Searched refs:requests (Results 1 – 5 of 5) sorted by relevance
15 import requests42 response = requests.get(url)
82 uint32_t requests,94 typedef void (*nrfx_wdt_event_handler_t)(uint32_t requests);
312 uint32_t requests = nrf_wdt_request_status_get(p_reg); in irq_handler() local324 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()
22 │ │ ├── requests
175 …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_…