Lines Matching full:compare
16 /** @brief GRTC timer compare event handler.
18 * Called from GRTC ISR context when processing a compare event.
20 * @param id Compare channel ID.
22 * @param expire_time An actual absolute expiration time set for a compare
32 /** @brief Allocate GRTC capture/compare channel.
39 /** @brief Free GRTC capture/compare channel.
51 /** @brief Check COMPARE event state.
60 /** @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.
106 * @retval 0 if the compare register was read successfully.
107 * @retval -EAGAIN if compare for given channel is not set.
112 /** @brief Set compare channel to given value.
122 * @retval 0 if the compare channel was set successfully.
133 * operation interrupt from that compare channel is disabled. Other interrupts
154 * @note Capture and compare are mutually exclusive features - they cannot be