Enum bool_t
Defined in File types.h
Enum Documentation
-
enum bool_t
A C boolean type.
In linux, this is the same as bool; on embedded/baremetal platforms it maybe defined differently.
Values:
- false
- true
Defined in File types.h
A C boolean type.
In linux, this is the same as bool; on embedded/baremetal platforms it maybe defined differently.
Values: