FreeRTOS
TimerCallbackFunction_t
is only used within FreeRTOS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
FreeRTOS
TimerCallbackFunction_t
TimerCallbackFunction_t
Syntax
Show:
Summary
Declaration
from
timers.h:82
typedef
void
(
*
TimerCallbackFunction_t
)
(
TimerHandle_t
xTimer
)
;
Examples
References
from
examples
Code
Location
Referrer
typedef
void
(
*
TimerCallbackFunction_t
)
(
TimerHandle_t
xTimer
)
;
timers.h:82
(
TimerCallbackFunction_t
)
timer_def
->
ptimer
)
;
cmsis_os.c:389
osTimerCreate()
TimerHandle_t
MPU_xTimerCreate
(
const
char
*
const
pcTimerName
,
const
TickType_t
xTimerPeriodInTicks
,
const
UBaseType_t
uxAutoReload
,
void
*
const
pvTimerID
,
TimerCallbackFunction_t
pxCallbackFunction
)
FREERTOS_SYSTEM_CALL
;
mpu_prototypes.h:118
TimerHandle_t
MPU_xTimerCreateStatic
(
const
char
*
const
pcTimerName
,
const
TickType_t
xTimerPeriodInTicks
,
const
UBaseType_t
uxAutoReload
,
void
*
const
pvTimerID
,
TimerCallbackFunction_t
pxCallbackFunction
,
StaticTimer_t
*
pxTimerBuffer
)
FREERTOS_SYSTEM_CALL
;
mpu_prototypes.h:119
TimerHandle_t
MPU_xTimerCreate
(
const
char
*
const
pcTimerName
,
const
TickType_t
xTimerPeriodInTicks
,
const
UBaseType_t
uxAutoReload
,
void
*
const
pvTimerID
,
TimerCallbackFunction_t
pxCallbackFunction
)
/* FREERTOS_SYSTEM_CALL */
mpu_wrappers.c:952
MPU_xTimerCreate()
TimerCallbackFunction_t
pxCallbackFunction
;
/*<< The function that will be called when the timer expires. */
timers.c:79
TimerCallbackFunction_t
pxCallbackFunction
,
timers.c:223
TimerCallbackFunction_t
pxCallbackFunction
)
timers.c:286
xTimerCreate()
TimerCallbackFunction_t
pxCallbackFunction
,
timers.c:353
prvInitialiseNewTimer()
TimerCallbackFunction_t
pxCallbackFunction
)
PRIVILEGED_FUNCTION
;
timers.h:232
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out