* @brief Clear the DF_ENABLED flag for the device */
| 2600 | * @brief Clear the DF_ENABLED flag for the device |
| 2601 | */ |
| 2602 | void |
| 2603 | device_disable(device_t dev) |
| 2604 | { |
| 2605 | dev->flags &= ~DF_ENABLED; |
| 2606 | } |
| 2607 | |
| 2608 | /** |
| 2609 | * @brief Increment the busy counter for the device |
no outgoing calls
no test coverage detected