* @brief Return the device's state */
| 2582 | * @brief Return the device's state |
| 2583 | */ |
| 2584 | device_state_t |
| 2585 | device_get_state(device_t dev) |
| 2586 | { |
| 2587 | return (dev->state); |
| 2588 | } |
| 2589 | |
| 2590 | /** |
| 2591 | * @brief Set the DF_ENABLED flag for the device |
no outgoing calls
no test coverage detected