Lines Matching full:twai

13 // The Lowlevel layer for TWAI
27 #define TWAI_LL_GET_HW(controller_id) ((controller_id == 0) ? (&TWAI) : NULL)
90 * @brief Enable TWAI module clock
92 * @param hw Start address of the TWAI registers
102 * @brief Set clock source for TWAI module
104 * @param hw Start address of the TWAI registers
119 * When in reset mode, the TWAI controller is effectively disconnected from the
120 * TWAI bus and will not participate in any bus activates. Reset mode is required
123 * @param hw Start address of the TWAI registers
136 * When not in reset mode, the TWAI controller will take part in bus activities
140 * @param hw Start address of the TWAI registers
152 * @param hw Start address of the TWAI registers
162 * @brief Set operating mode of TWAI controller
164 * @param hw Start address of the TWAI registers
189 * Setting the TX command will cause the TWAI controller to attempt to transmit
193 * @param hw Start address of the TWAI registers
208 * Similar to setting TX command, but the TWAI controller will not automatically
211 * @param hw Start address of the TWAI registers
228 * Similar to setting TX command, but the TWAI controller will not automatically
231 * @param hw Start address of the TWAI registers
248 * @param hw Start address of the TWAI registers
261 * @param hw Start address of the TWAI registers
272 * Similar to setting TX command, but the TWAI controller also simultaneously
274 * purposes. The TWAI controller will not ACK the received message, so consider
277 * @param hw Start address of the TWAI registers
292 * Similar to setting the self reception request, but the TWAI controller will
296 * @param hw Start address of the TWAI registers
313 * @param hw Start address of the TWAI registers
325 * @param hw Start address of the TWAI registers
337 * @param hw Start address of the TWAI registers
354 * @param hw Start address of the TWAI registers
368 * @param hw Start address of the TWAI registers
399 * @param hw Start address of the TWAI registers
426 * @param hw Start address of the TWAI registers
441 * @param hw Start address of the TWAI registers
454 * @param hw Start address of the TWAI registers
468 * @param hw Start address of the TWAI registers
482 * @param hw Start address of the TWAI registers
497 * @param hw Start address of the TWAI registers
513 * @param hw Start address of the TWAI registers
527 * @param hw Start address of the TWAI registers
542 * @param hw Start address of the TWAI registers
564 * @brief Copy a formatted TWAI frame into TX buffer for transmission
566 * @param hw Start address of the TWAI registers
583 * @param hw Start address of the TWAI registers
598 * @brief Format contents of a TWAI frame into layout of TX Buffer
607 * @param[in] format Type of TWAI frame
648 * @brief Parse formatted TWAI frame (RX Buffer Layout) into its constituent contents
654 * @param[out] format Type of TWAI frame
702 * @param hw Start address of the TWAI registers
719 * @param hw Start address of the TWAI registers