Home
last modified time | relevance | path

Searched refs:rtio_access_grant (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/sensing/
Ddispatch.c89 rtio_access_grant(&sensing_rtio_ctx, k_current_get()); in dispatch_task()
/Zephyr-latest/tests/subsys/rtio/rtio_api/src/
Dtest_rtio_api.c778 rtio_access_grant(&r_simple, k_current_get()); in rtio_api_before()
779 rtio_access_grant(&r_syscall, k_current_get()); in rtio_api_before()
/Zephyr-latest/include/zephyr/rtio/
Drtio.h1354 static inline void rtio_access_grant(struct rtio *r, struct k_thread *t) in rtio_access_grant() function