Data Fields
_NoRTOS_Config Struct Reference

NoRTOS framework global configuration. More...

#include <NoRTOS.h>

Data Fields

void(* idleCallback )(void)
 
uint32_t clockTickPeriod
 
int swiIntNum
 

Detailed Description

NoRTOS framework global configuration.

The NoRTOS_Config structure contains a set of values utilized by the NoRTOS framework.

The NoRTOS_getConfig() API can be used to retrieve the current settings. When changing one or more of these settings, a NoRTOS_Config structure should first be populated with the current settings by calling NoRTOS_getConfig(), after which the particular setting(s) that needs to be changed should be set and given to the NoRTOS framework by calling NoRTOS_setConfig().

Field Documentation

§ idleCallback

void(* _NoRTOS_Config::idleCallback) (void)

Function that is called when a TI Driver "suspends" its operation

§ clockTickPeriod

uint32_t _NoRTOS_Config::clockTickPeriod

Period of the internal Clock module's periodic "tick" (microsecs)

§ swiIntNum

int _NoRTOS_Config::swiIntNum

Hardware interrupt posted by software to achieve the Swi (Software interrupt) scheduling paradigm


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale