Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Data Structures | |
struct | subsystem_api |
Typedefs | |
typedef int(* | subsystem_do_this_t) (const struct device *device, int foo, int bar) |
typedef void(* | subsystem_do_that_t) (const struct device *device, unsigned int *baz) |
Functions | |
static int | subsystem_do_this (const struct device *device, int foo, int bar) |
static void | subsystem_do_that (const struct device *device, unsigned int *baz) |
|
inlinestatic |