Home | History | Annotate | Download | only in src

Lines Matching defs:BYTE_SIZE

111 #define BYTE_SIZE                   0x08U
115 ( ( (((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE )? \
119 ( ((((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE)? \
123 ( ((((p)+(l))<=BYTE_SIZE))? \
127 ( ((((uint8_t)(p))+((uint8_t)(l)))<=BYTE_SIZE)? \