| * Copyright (c) 2018 Linaro Limited |
| * SPDX-License-Identifier: Apache-2.0 |
| * @brief Private LED driver APIs |
| #ifndef ZEPHYR_DRIVERS_LED_LED_CONTEXT_H_ |
| #define ZEPHYR_DRIVERS_LED_LED_CONTEXT_H_ |
| * @brief Internal driver specific representation of an LED device |
| /* Minimum acceptable LED blinking time period (in ms) */ |
| /* Maximum acceptable LED blinking time period (in ms) */ |
| /* Minimum acceptable LED brightness value */ |
| /* Maximum acceptable LED brightness value */ |
| #endif /* ZEPHYR_DRIVERS_LED_LED_CONTEXT_H_ */ |