Swaps between 12h and 24h clock mode.
void rtc_calendar_swap_time_mode( struct rtc_module *const module)
If currently in 12h mode, it will swap to 24h
If currently in 24h mode, it will swap to 12h
| Data direction | Parameter name | Description |
|---|---|---|
[in, out] |
module |
Pointer to the software instance struct |