Changeset 24 for trunk/fw_g473rct/SES/inc
- Timestamp:
- Aug 31, 2025, 6:56:29 PM (5 days ago)
- Location:
- trunk/fw_g473rct/SES/inc
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/fw_g473rct/SES/inc/fast_current.h
r20 r24 20 20 21 21 //--- GLOBALE FUNKTIONS PROTOTYPEN --------------------------------------------- 22 void FAST_CURRENT_Exec(uint32_t new valP, uint32_t newvalM);22 void FAST_CURRENT_Exec(uint32_t newVal ); 23 23 24 24 #endif // -
trunk/fw_g473rct/SES/inc/int_bat_voltage.h
r23 r24 26 26 * @retval kein 27 27 */ 28 void REF_VOLTAGE_Exec(uint32_t newval);28 void INT_BAT_VOLTAGE_Exec(uint32_t newval); 29 29 30 30 #endif // __REF_VOLTAGE_H
Note: See TracChangeset
for help on using the changeset viewer.