Lines Matching full:compare
20 /** @brief RTC timer compare event handler.
22 * Called from RTC ISR context when processing a compare event.
24 * @param id Compare channel ID.
26 * @param expire_time An actual absolute expiration time set for a compare
37 /** @brief Allocate RTC compare channel.
46 /** @brief Free RTC compare channel.
58 /** @brief Get COMPARE event register address.
80 /** @brief Safely disable compare event interrupt.
90 /** @brief Safely enable compare event interrupt.
100 /** @brief Read compare register value.
104 * @return Value set in the compare register.
108 /** @brief Try to set compare channel to given value.
113 * to set compare register until value that is written is far enough in the
114 * future and will generate an event. Because of that, compare register value
116 * from that compare channel is disabled. Other interrupts are not locked during
127 * @retval 0 if the compare channel was set successfully.
137 /** @brief Try to set compare channel exactly to given value.
139 * @note This function is similar to @ref z_nrf_rtc_timer_set, but the compare
143 * that the reliable generation of event would require adjustment of compare
155 * @retval 0 if the compare channel was set successfully.
160 * compare value of that channel.
171 * operation interrupt from that compare channel is disabled. Other interrupts