Lines Matching full:in

5  * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
22 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
48 /** @brief Macro for getting the number of compare channels available in a given RTC instance. */
103 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
104 * @param[in] ch Channel.
105 * @param[in] cc_val Compare value to set.
112 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
113 * @param[in] ch Channel.
122 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
123 * @param[in] mask Interrupt mask to be enabled.
130 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
131 * @param[in] mask Interrupt mask to be disabled.
138 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
139 * @param[in] mask Mask of interrupt flags to check.
148 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
150 * @return Value in INTEN register.
159 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
160 * @param[in] task Task for which to set the configuration.
161 * @param[in] channel Channel through which to subscribe events.
171 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
172 * @param[in] task Task for which to clear the configuration.
181 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
182 * @param[in] event Event for which to set the configuration.
183 * @param[in] channel Channel through which to publish the event.
193 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
194 * @param[in] event Event for which to clear the configuration.
203 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
204 * @param[in] event Address of the event.
213 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
214 * @param[in] event Event to clear.
221 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
230 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
231 * @param[in] val Value to set the prescaler to.
238 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
239 * @param[in] event Requested event.
248 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
249 * @param[in] task Requested task.
258 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
259 * @param[in] task Requested task.
266 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
267 * @param[in] mask Mask of event flags to enable.
274 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
275 * @param[in] event Requested event.