Zephyr Project API 3.7.0
A Scalable Open Source RTOS
|
Macros | |
#define | MY_DRIVER_A "my_driver_A" |
#define | MY_DRIVER_B "my_driver_B" |
Functions | |
static int | my_driver_A_do_this (const struct device *device, int foo, int bar) |
static void | my_driver_A_do_that (const struct device *device, unsigned int *baz) |
int | common_driver_init (const struct device *dev) |
static int | my_driver_B_do_this (const struct device *device, int foo, int bar) |
static void | my_driver_B_do_that (const struct device *device, unsigned int *baz) |
Variables | |
static struct subsystem_api | my_driver_A_api_funcs |
static struct subsystem_api | my_driver_B_api_funcs |
#define MY_DRIVER_A "my_driver_A" |
#define MY_DRIVER_B "my_driver_B" |
int common_driver_init | ( | const struct device * | dev | ) |
|
static |
|
static |
|
static |
|
static |