Enum bool_t

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