K_MSEC macro
Generate timeout delay from milliseconds. This macro generates a timeout delay that that instructs a kernel API to wait up to @a ms milliseconds to perform the requested operation.
Arguments
ms
Duration in milliseconds.
Return value
Timeout delay value.