K_HOURS macro
Generate timeout delay from hours. This macro generates a timeout delay that that instructs a kernel API to wait up to @a h hours to perform the requested operation.
Return value
Timeout delay value.
![]()
#define K_HOURS(h) K_MINUTES((h) * 60)