main_ubi_sdk v 0.1.3
This is UBI4 documentation
while_sheduller.h File Reference
#include "stdint.h"
#include "stdbool.h"
Include dependency graph for while_sheduller.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef void(* WhileSchedulerHandler_t) (void *timer_obj, int instance, void *p)
 
typedef void(* while_sheduller_event_handler_t) (void *p)
 

Functions

void sheduller_exece ()
 
bool while_sheduller_add_func (while_sheduller_event_handler_t handler, void *p, bool repeat)
 
bool while_sheduller_add_func_from_softtimer (WhileSchedulerHandler_t handler, void *p, bool repeat, void *timer_object, int instance)
 

Typedef Documentation

◆ while_sheduller_event_handler_t

typedef void(* while_sheduller_event_handler_t) (void *p)

◆ WhileSchedulerHandler_t

typedef void(* WhileSchedulerHandler_t) (void *timer_obj, int instance, void *p)

Function Documentation

◆ sheduller_exece()

void sheduller_exece ( )

◆ while_sheduller_add_func()

bool while_sheduller_add_func ( while_sheduller_event_handler_t handler,
void * p,
bool repeat )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ while_sheduller_add_func_from_softtimer()

bool while_sheduller_add_func_from_softtimer ( WhileSchedulerHandler_t handler,
void * p,
bool repeat,
void * timer_object,
int instance )
Here is the call graph for this function:
Here is the caller graph for this function: