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
139 * @param[in] p_reg Pointer to the peripheral registers structure.
140 * @param[in] task Task to activate.
148 * @param[in] p_reg Pointer to the peripheral registers structure.
149 * @param[in] task Requested task.
159 * @param[in] p_reg Pointer to the peripheral registers structure.
160 * @param[in] event Event to clear.
168 * @param[in] p_reg Pointer to the peripheral registers structure.
169 * @param[in] event Event to check.
180 * @param[in] p_reg Pointer to the peripheral registers structure.
181 * @param[in] event Requested event.
191 * @param[in] p_reg Pointer to the peripheral registers structure.
192 * @param[in] shorts_mask Shortcuts to enable.
200 * @param[in] p_reg Pointer to the peripheral registers structure.
201 * @param[in] shorts_mask Shortcuts to disable.
209 * @param[in] p_reg Pointer to the peripheral registers structure.
210 * @param[in] int_mask Interrupts to enable.
218 * @param[in] p_reg Pointer to the peripheral registers structure.
219 * @param[in] int_mask Interrupts to disable.
227 * @param[in] p_reg Pointer to the peripheral registers structure.
228 * @param[in] int_mask Interrupt to check.
241 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
242 * @param[in] task Task for which to set the configuration.
243 * @param[in] channel Channel through which to subscribe events.
253 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
254 * @param[in] task Task for which to clear the configuration.
263 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
264 * @param[in] event Event for which to set the configuration.
265 * @param[in] channel Channel through which to publish the event.
275 * @param[in] p_reg Pointer to the structure of registers of the peripheral.
276 * @param[in] event Event for which to clear the configuration.
285 * @param[in] p_reg Pointer to the peripheral registers structure.
292 * @param[in] p_reg Pointer to the peripheral registers structure.
300 * @param[in] p_reg Pointer to the peripheral registers structure.
301 * @param[in] scl_pin SCL pin number.
302 * @param[in] sda_pin SDA pin number.
311 * @param[in] p_reg Pointer to the peripheral registers structure.
312 * @param[in] frequency TWI frequency.
322 * @param[in] p_reg Pointer to the peripheral registers structure.
329 * @brief Function for setting the address to be used in TWI transfers.
331 * @param[in] p_reg Pointer to the peripheral registers structure.
332 * @param[in] address Address to be used in transfers.
340 * @param[in] p_reg Pointer to the peripheral registers structure.
341 * @param[in] p_buffer Pointer to the buffer with data to send.
342 * @param[in] length Maximum number of data bytes to transmit.
351 * @param[in] p_reg Pointer to the peripheral registers structure.
352 * @param[in] p_buffer Pointer to the buffer for received data.
353 * @param[in] length Maximum number of data bytes to receive.
369 * @param[in] p_reg Pointer to the peripheral registers structure.
376 * @param[in] p_reg Pointer to the peripheral registers structure.
383 * @param[in] p_reg Pointer to the peripheral registers structure.
390 * @param[in] p_reg Pointer to the peripheral registers structure.