Ring1_Time_getNowMinutes
Get the time, in minutes, since the start of the system.
Ring1_Result
Ring1_Time_getNowMinutes_suffix
(
type *result
)
The following table denotes the valid combinations of suffix and type
suffix |
type |
u64 |
uint64_t |
f32 |
float |
This function gets the time, in minutes, since the start of the system.
Parameter variables
result
- A pointer to a
type
variable.
Return Values
Ring1_Result_Success
on success, Ring1_Result_Failure
on failure.
Post Conditions
If this function fails, then it sets the by-thread status variable.
Below is a list of failure conditions and the status codes indicating them.
Ring1_Status_InvalidArgument
result
isNULL
If this function fails, result
is not dereferenced.
If this function succeeds, *result
is assigned the time, in minutes, since the start of the system.
Note that this value wraps around if the time span from the start of the system to now exceeds the representable range of the type type.