Lines Matching refs:int32_t
29 typedef void (*z_nrf_grtc_timer_compare_handler_t)(int32_t id, uint64_t expire_time,
37 int32_t z_nrf_grtc_timer_chan_alloc(void);
43 void z_nrf_grtc_timer_chan_free(int32_t chan);
58 bool z_nrf_grtc_timer_compare_evt_check(int32_t chan);
68 uint32_t z_nrf_grtc_timer_compare_evt_address_get(int32_t chan);
78 uint32_t z_nrf_grtc_timer_capture_task_address_get(int32_t chan);
88 bool z_nrf_grtc_timer_compare_int_lock(int32_t chan);
98 void z_nrf_grtc_timer_compare_int_unlock(int32_t chan, bool key);
110 int z_nrf_grtc_timer_compare_read(int32_t chan, uint64_t *val);
125 int z_nrf_grtc_timer_set(int32_t chan, uint64_t target_time,
138 void z_nrf_grtc_timer_abort(int32_t chan);
162 int z_nrf_grtc_timer_capture_prepare(int32_t chan);
176 int z_nrf_grtc_timer_capture_read(int32_t chan, uint64_t *captured_time);