FreeRTOS First Example
|
Basic BSP enabling printf. More...
#include "BSP.h"
Go to the source code of this file.
Functions | |
static void | setupSWOForPrint (void) |
Initialize SWO to be used by printf. | |
int | _write (int file, const char *ptr, int len) |
write function to be used by printf | |
static void | BSP_LedInit (void) |
Init LED GPIO. | |
void | LedOn (void) |
Switch on LED. | |
void | LedOff (void) |
Switch off LED. | |
void | LedToggle (void) |
Switch off LED. | |
static void | BSP_ButtonsInit () |
Init buttons GPIOs. More... | |
void | BSP_Init (void) |
Init all BSP functions. | |
void | PWMConfig (void) |
PWM (Timer) init. | |
void | ADCConfig (void) |
ADC init. More... | |
Variables | |
volatile uint32_t | pwm_value = PWM_FREQ/6 |
Basic BSP enabling printf.
Definition in file BSP.c.
|
static |