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

Functions

void icuwidthcb (ICUDriver *icup)
 
void icuoverflowcb (ICUDriver *icup)
 
 THD_WORKING_AREA (waUltrasonicTrigerThread, 128)
 
 THD_FUNCTION (UltrasonicTrigerThread, arg)
 
void ultrasonic_init (void)
 

Variables

static ICUConfig icucfg_right
 
static ICUConfig icucfg_left
 

Function Documentation

void icuoverflowcb ( ICUDriver *  icup)
void icuwidthcb ( ICUDriver *  icup)

+ Here is the call graph for this function:

THD_FUNCTION ( UltrasonicTrigerThread  ,
arg   
)

+ Here is the call graph for this function:

THD_WORKING_AREA ( waUltrasonicTrigerThread  ,
128   
)
void ultrasonic_init ( void  )

+ Here is the caller graph for this function:

Variable Documentation

ICUConfig icucfg_left
static
Initial value:
= {
ICU_INPUT_ACTIVE_HIGH,
2000000,
NULL,
ICU_CHANNEL_2,
0
}
void icuoverflowcb(ICUDriver *icup)
Definition: ultrasonic.c:40
void icuwidthcb(ICUDriver *icup)
Definition: ultrasonic.c:4
ICUConfig icucfg_right
static
Initial value:
= {
ICU_INPUT_ACTIVE_HIGH,
2000000,
NULL,
ICU_CHANNEL_2,
0
}
void icuoverflowcb(ICUDriver *icup)
Definition: ultrasonic.c:40
void icuwidthcb(ICUDriver *icup)
Definition: ultrasonic.c:4