| Zephyr API Documentation
    2.7.0-rc2
    A Scalable Open Source RTOS | 
#include <zephyr.h>#include <device.h>| Data Structures | |
| struct | bad_driver_api | 
| Macros | |
| #define | BAD_DRIVER_NAME "bad_driver" | 
| Typedefs | |
| typedef int(* | bad_api_configure_t) (const struct device *dev, uint32_t dev_config) | 
| Functions | |
| static int | bad_configure (const struct device *dev, uint32_t config) | 
| int | bad_driver_init (const struct device *dev) | 
| Variables | |
| static const struct bad_driver_api | funcs | 
| #define BAD_DRIVER_NAME "bad_driver" | 
| int bad_driver_init | ( | const struct device * | dev | ) | 
| 
 | static |