Macros
Référence du fichier hidboot.cpp
#include "hidboot.h"

Macros

#define VALUE_WITHIN(v, l, h)   (((v)>=(l)) && ((v)<=(h)))
 

Documentation des macros

◆ VALUE_WITHIN

#define VALUE_WITHIN (   v,
  l,
 
)    (((v)>=(l)) && ((v)<=(h)))