HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
Loading...
Searching...
No Matches
Weak Functions List
Global CDC_Control_Set_Line_State_Callback (const bool open)
CDC_Control_Set_Line_State_Callback may be user implemented to suit custom needs
Global HAL_UART_RxCpltCallback (UART_HandleTypeDef *huart)
Weak implementation of HAL_UART_RxCpltCallback in the library (will get precedence over HAL function)
Global PWM_IC_get_Pin_State_Callback (const uint8_t idx)
Function declared as weak, needs to be customly implemented in user code, otherwise returns RESET state
Global set_Workload_ticks_us (const float ticks)
Function declared as weak, can be customly implemented in project if special timer is required
Global UART_Term_Message_Handler (const char *msg, const size_t len)
This function is implemented as weak to be implemented in projects (weak one only prints & flushes the buffer)
Global Workload_init (void)
Function declared as weak, can be customly implemented in project if special timer is required