PAL
A Platform Abstraction Layer connects the mbed-client with the underlying platform.
Functions | Variables
pal_rtos_test_utils.c File Reference
#include "pal_rtos_test_utils.h"
#include "pal_rtos.h"
#include "unity_fixture.h"
#include "pal.h"

Functions

void palThreadFunc1 (void const *argument)
 
void palThreadFunc2 (void const *argument)
 
void palThreadFunc3 (void const *argument)
 
void palThreadFunc4 (void const *argument)
 
void palThreadFunc5 (void const *argument)
 
void palThreadFunc6 (void const *argument)
 
void palTimerFunc1 (void const *argument)
 
void palTimerFunc2 (void const *argument)
 
void palThreadFuncCustom1 (void const *argument)
 
void palThreadFuncCustom2 (void const *argument)
 
void palThreadFuncCustom3 (void const *argument)
 
void palThreadFuncCustom4 (void const *argument)
 
void palRunThreads ()
 

Variables

threadsArgument_t threadsArg
 
timerArgument_t timerArgs
 

Function Documentation

void palRunThreads ( )
void palThreadFunc1 ( void const *  argument)
void palThreadFunc2 ( void const *  argument)
void palThreadFunc3 ( void const *  argument)
void palThreadFunc4 ( void const *  argument)
void palThreadFunc5 ( void const *  argument)
void palThreadFunc6 ( void const *  argument)
void palThreadFuncCustom1 ( void const *  argument)
void palThreadFuncCustom2 ( void const *  argument)
void palThreadFuncCustom3 ( void const *  argument)
void palThreadFuncCustom4 ( void const *  argument)
void palTimerFunc1 ( void const *  argument)
void palTimerFunc2 ( void const *  argument)

Variable Documentation

threadsArgument_t threadsArg
timerArgument_t timerArgs