Mercurial > public > ostc4
comparison Small_CPU/Inc/gpio.h @ 1024:9fabad6436a2 GasConsumption
GPIO sleep cleanup:
During bringup of OSTC5 HW usage of new GPIO pins was introduced. To avoid not needed active GPIO pins during sleep some cleanup has been done (pins are only active if needed by new hardware, clocks deactivated during sleep etc.)
| author | Ideenmodellierer |
|---|---|
| date | Tue, 29 Jul 2025 17:15:35 +0200 |
| parents | d9290c76b840 |
| children |
comparison
equal
deleted
inserted
replaced
| 1023:d268fc2b6052 | 1024:9fabad6436a2 |
|---|---|
| 50 void GPIO_GPS_BCKP_OFF(void); | 50 void GPIO_GPS_BCKP_OFF(void); |
| 51 void GPIO_GPS_BCKP_ON(void); | 51 void GPIO_GPS_BCKP_ON(void); |
| 52 | 52 |
| 53 uint8_t GPIO_GetVersion(void); | 53 uint8_t GPIO_GetVersion(void); |
| 54 void GPIO_Activate_V2(void); | 54 void GPIO_Activate_V2(void); |
| 55 void GPIO_Init_V2(void); | |
| 55 void GPIO_HandleBuzzer(); | 56 void GPIO_HandleBuzzer(); |
| 56 #endif | 57 #endif |
| 57 #ifdef __cplusplus | 58 #ifdef __cplusplus |
| 58 } | 59 } |
| 59 #endif /* GPIO_H */ | 60 #endif /* GPIO_H */ |
