Microchip® Advanced Software Framework

oss_if.c File Reference

Operative System Support Interface.

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

#include <FreeRTOS.h>
#include <FreeRTOS_CLI.h>
#include <StackMacros.h>
#include <croutine.h>
#include <list.h>
#include <mpu_wrappers.h>
#include <portable.h>
#include <projdefs.h>
#include <queue.h>
#include <semphr.h>
#include <task.h>
#include <timers.h>
#include <atpl230.h>
#include <pal.h>
#include <usi.h>
#include <sscs432.h>
#include <mngl.h>
#include <prime.h>
#include <oss_if.h>
#include "conf_oss.h"

Functions

static void _prime_stack_process (void *pvParameters)
 Periodic task to process PRIME. Initialize and start every layer. More...
 
static void _update_1ms_proc (xTimerHandle pxTimer)
 Task to update internal PRIME systick. More...
 
void vPrimeStackInitTask (void)
 Create main PRIME task and create timer to update internal counters. More...
 

Variables

xTaskHandle xPrimeHnd
 
xTimerHandle xUpdateTimer