|
GPS Device
|
Common enumeration types used across modules. More...

Enumerations | |
| enum | PIN_STATUS_te { LOW , HIGH } |
| Represents the logical level of a GPIO pin. More... | |
| enum | EN_STATUS_te { DISABLE , ENABLE } |
| Represents an enabled or disabled state. More... | |
| enum | VERTICAL_DIR_te { DOWN , UP } |
| Represents a vertical movement direction. More... | |
Common enumeration types used across modules.
| enum PIN_STATUS_te |
Represents the logical level of a GPIO pin.
| Enumerator | |
|---|---|
| LOW | Pin is at logic low (0 V). |
| HIGH | Pin is at logic high (VCC). |
| enum EN_STATUS_te |
Represents an enabled or disabled state.
| Enumerator | |
|---|---|
| DISABLE | Feature or peripheral is disabled. |
| ENABLE | Feature or peripheral is enabled. |
| enum VERTICAL_DIR_te |
Represents a vertical movement direction.
| Enumerator | |
|---|---|
| DOWN | Downward direction. |
| UP | Upward direction. |