Mercurial > public > ostc4
comparison Discovery/Inc/base.h @ 896:f29369fff71e Evo_2_23
Development Feature Runtime in Debugview:
Added a compile switch which allows to show the deco, grafix and main loop runtimes in the T7 debug view.
author | ideenmodellierer |
---|---|
date | Thu, 26 Sep 2024 18:32:36 +0200 |
parents | 45b8f3c2acce |
children |
comparison
equal
deleted
inserted
replaced
895:94535e672583 | 896:f29369fff71e |
---|---|
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****/ |