Lines Matching +full:data +full:- +full:bits
4 * SPDX-License-Identifier: Apache-2.0
21 /* SWDP packet request bits */
27 /* SWDP acknowledge response bits */
46 * @brief Write count bits to SWDIO from data LSB first
49 * @param count Number of bits to write
50 * @param data Bits to write
55 const uint8_t *data);
58 * @brief Read count bits from SWDIO into data LSB first
61 * @param count Number of bits to read
62 * @param data Buffer to store bits read
67 uint8_t *data);
73 * @param request SWDP request bits
74 * @param data Data to be transferred with request
81 uint32_t *data,
121 * @param data_phase Always generate Data Phase (also on WAIT/FAULT)
139 * @brief Disable interface, set pins to High-Z mode