void Error_Handler(void)
This function is executed in case of error occurrence.
modeDevice_t
Device power/sleep mode selector.
void writeLog(const char *format,...)
Format and send a log message over UART (printf-style). Available only when WRITELOG is defined; comp...
void SystemClock_Config(void)
Re-configure all system clocks after waking from STOP or OFF mode. Called automatically during the st...
void writeLogVA(const char *format, va_list argList)
Format and send a log message using a va_list argument list. Used internally by writeLog(); can also ...
void setModeDevice(modeDevice_t mod)
set new device mode
void Power3v3_On()
Cumulative turn the all peripheries to ON state - pull-up the _3V3_Enb_Pin pin.
void togle_LedOff(int off)
togle led
void writeLogNL(const char *buf)
Send a pre-formatted C string to the UART log followed by a newline.
void Power3v3_Off()
Cumulative turn the all peripheries to OFF state - pull-down the _3V3_Enb_Pin pin.