| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
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 |