Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
bestcomm.h File Reference

Go to the source code of this file.

Data Structures

struct  bcom_bd
 
struct  bcom_task
 

Macros

#define BCOM_FLAGS_NONE   0x00000000ul
 
#define BCOM_FLAGS_ENABLE_TASK   (1ul << 0)
 
#define BCOM_BD_READY   0x40000000ul
 

Functions

void bcom_enable (struct bcom_task *tsk)
 
void bcom_disable (struct bcom_task *tsk)
 

Macro Definition Documentation

#define BCOM_BD_READY   0x40000000ul

Definition at line 98 of file bestcomm.h.

#define BCOM_FLAGS_ENABLE_TASK   (1ul << 0)

Definition at line 64 of file bestcomm.h.

#define BCOM_FLAGS_NONE   0x00000000ul

Definition at line 63 of file bestcomm.h.

Function Documentation

void bcom_disable ( struct bcom_task tsk)

bcom_disable - Disable a BestComm task : The BestComm task structure

This function disable a given task, making sure it's not executed by the BestComm engine.

Definition at line 243 of file bestcomm.c.

void bcom_enable ( struct bcom_task tsk)

bcom_enable - Enable a BestComm task : The BestComm task structure

This function makes sure the given task is enabled and can be run by the BestComm engine as needed

Definition at line 236 of file bestcomm.c.