Microchip® Advanced Software Framework

oss_if.h File Reference

Operative System Support Interface.

Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.

Macros

#define PRIME_LED_PROCESS_TIMER_RATE   (250 / portTICK_RATE_MS)
 
#define PRIME_PROCESS_TIMER_RATE   (5 / portTICK_RATE_MS)
 
#define PRIME_UPDATE_PROCESS_TIMER_RATE   (1 / portTICK_RATE_MS)
 
#define TASK_PRIME_PRIO   (tskIDLE_PRIORITY + 3)
 
#define TASK_PRIME_STACK   (configMINIMAL_STACK_SIZE * 10)
 

Functions

void vPrimeStackInitTask (void)
 Create main PRIME task and create timer to update internal counters. More...