| 
    FreeRTOS First Example
    
   | 
 
Basic BSP enabling printf. More...
#include "em_device.h"#include "em_chip.h"#include "em_gpio.h"#include "em_cmu.h"#include "em_timer.h"#include "em_adc.h"#include "sleep.h"

Go to the source code of this file.
Macros | |
| #define | PWM_FREQ 4000 | 
Functions | |
| void | BSP_Init (void) | 
| Init all BSP functions.  | |
| void | LedOn (void) | 
| Switch on LED.  | |
| void | LedOff (void) | 
| Switch off LED.  | |
| void | LedToggle (void) | 
| Switch off LED.  | |
| void | PWMConfig (void) | 
| PWM (Timer) init.  | |
| void | ADCConfig (void) | 
| ADC init.  More... | |
Basic BSP enabling printf.
Definition in file BSP.h.
 1.8.13