Interface __usec_t

Type

#include <SYS/TYPES.H>

__usec_t variable;

Description

This type has the same size as __sec_t but it is unsigned integer.

Despite being unsigned, only values that fit into signed __sec_t may be passed to the kernel drivers. If the device size does not fit into signed __sec_t type, the driver must not attach the device.

See also

__sec_t, __sec_t_format