Hardware Abstraction Layer for FreeRTOS
example_generic Struct Reference

#include <example.h>

Collaboration diagram for example_generic:

Public Member Functions

 OS_DEFINE_MUTEX_RECURSIVE (lock)
 

Data Fields

bool init
 
const struct example_opsops
 

Detailed Description

All driver shall implement this Struct

For Example:

struct example {
struct example_generic gen;
}

Member Function Documentation

◆ OS_DEFINE_MUTEX_RECURSIVE()

example_generic::OS_DEFINE_MUTEX_RECURSIVE ( lock  )

Mutex

Field Documentation

◆ init

bool example_generic::init

true = is init false = is not init

◆ ops

const struct example_ops* example_generic::ops

Ops of driver in Multi mode


The documentation for this struct was generated from the following file:
example_generic
Definition: example.h:86