master board program  v. 2 - 2018
/home/krtko/robocup_2018/robocup_2018/leds.c File Reference
#include "leds.h"
+ Include dependency graph for leds.c:

Functions

void one_blink (uint8_t led)
 
void led_on (uint8_t led)
 
void led_off (uint8_t led)
 
void fall_blink (uint8_t times)
 
void up_blink (uint8_t times)
 
msg_t led_command (msg_t command)
 
 THD_WORKING_AREA (waLedsThread, 128)
 
 THD_FUNCTION (LedsThread, arg)
 
void leds_init (void)
 

Variables

thread_t * leds_thread
 
static msg_t leds_commands_queue [LEDS_QUEUE]
 
static mailbox_t leds_commands
 

Function Documentation

void fall_blink ( uint8_t  times)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

msg_t led_command ( msg_t  command)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void led_off ( uint8_t  led)

+ Here is the caller graph for this function:

void led_on ( uint8_t  led)

+ Here is the caller graph for this function:

void leds_init ( void  )

+ Here is the caller graph for this function:

void one_blink ( uint8_t  led)

+ Here is the caller graph for this function:

THD_FUNCTION ( LedsThread  ,
arg   
)

+ Here is the call graph for this function:

THD_WORKING_AREA ( waLedsThread  ,
128   
)

+ Here is the caller graph for this function:

void up_blink ( uint8_t  times)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

mailbox_t leds_commands
static
msg_t leds_commands_queue[LEDS_QUEUE]
static
thread_t* leds_thread