comparison Discovery/Inc/base.h @ 981:c6c781a2e85b default

Merge into default
author heinrichsweikamp
date Tue, 11 Feb 2025 18:12:00 +0100
parents f29369fff71e
children 3d9552e4997c
comparison
equal deleted inserted replaced
871:f7318457df4d 981:c6c781a2e85b
121 uint8_t font_update_required(void); 121 uint8_t font_update_required(void);
122 void set_Backlight_Boost(uint8_t level); 122 void set_Backlight_Boost(uint8_t level);
123 void StoreButtonAction(uint8_t action); 123 void StoreButtonAction(uint8_t action);
124 SButtonLock get_ButtonLock(void); 124 SButtonLock get_ButtonLock(void);
125 125
126 #ifdef T7_DEBUG_RUNTIME
127 uint32_t getMainLoopTime();
128 uint32_t getDecoLoopTime();
129 uint32_t getGfxLoopTime();
130 #endif
131
126 #endif /* BASE_H */ 132 #endif /* BASE_H */
127 133
128 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/ 134 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/