Lines Matching full:channel
94 …T_COMPARE0_MASK = RTC_INTENSET_COMPARE0_Msk, /**< RTC interrupt from compare event on channel 0. */
95 …T_COMPARE1_MASK = RTC_INTENSET_COMPARE1_Msk, /**< RTC interrupt from compare event on channel 1. */
96 …T_COMPARE2_MASK = RTC_INTENSET_COMPARE2_Msk, /**< RTC interrupt from compare event on channel 2. */
97 …T_COMPARE3_MASK = RTC_INTENSET_COMPARE3_Msk /**< RTC interrupt from compare event on channel 3. */
101 * @brief Function for setting a compare value for a channel.
104 * @param[in] ch Channel.
110 * @brief Function for returning the compare value for a channel.
113 * @param[in] ch Channel.
161 * @param[in] channel Channel through which to subscribe events.
165 uint8_t channel);
183 * @param[in] channel Channel through which to publish the event.
187 uint8_t channel);
315 uint8_t channel) in nrf_rtc_subscribe_set() argument
318 ((uint32_t)channel | RTC_SUBSCRIBE_START_EN_Msk); in nrf_rtc_subscribe_set()
329 uint8_t channel) in nrf_rtc_publish_set() argument
332 ((uint32_t)channel | RTC_PUBLISH_TICK_EN_Msk); in nrf_rtc_publish_set()