Function rtc_count_get_count()

Get the current count value.

uint32_t rtc_count_get_count(
		struct rtc_module *const module)

Table 1. Parameters
Data direction Parameter name Description

[in, out]

module

Pointer to the software instance struct

Returns the current count value.

Returns

The current counter value as a 32-bit unsigned integer.