#include <zephyr/ztest.h>
#include <zephyr/device.h>
#include <zephyr/sys/check.h>
#include <syscalls/abstract_driver.h>
Go to the source code of this file.
◆ abstract_do_that_t
| typedef void(* abstract_do_that_t) (const struct device *dev, unsigned int *baz) |
◆ abstract_do_this_t
| typedef int(* abstract_do_this_t) (const struct device *dev, int foo, int bar) |
◆ abstract_do_that()
| void abstract_do_that |
( |
const struct device * | dev, |
|
|
unsigned int * | baz ) |
◆ abstract_do_this()
| int abstract_do_this |
( |
const struct device * | dev, |
|
|
int | foo, |
|
|
int | bar ) |