Home
last modified time | relevance | path

Searched refs:triple (Results 1 – 4 of 4) sorted by relevance

/bsp/stm32/stm32h750-artpi/board/port/
A Dwifi_config.c134 uint32_t triple = (sextet_a << 3 * 6) in str_base64_decode() local
139 if (j < out_len) decoded_data[j++] = (triple >> 2 * 8) & 0xFF; in str_base64_decode()
140 if (j < out_len) decoded_data[j++] = (triple >> 1 * 8) & 0xFF; in str_base64_decode()
141 if (j < out_len) decoded_data[j++] = (triple >> 0 * 8) & 0xFF; in str_base64_decode()
/bsp/stm32/stm32l475-atk-pandora/board/ports/wifi/
A Dwifi_config.c120 uint32_t triple = (sextet_a << 3 * 6) in str_base64_decode() local
125 if (j < out_len) decoded_data[j++] = (triple >> 2 * 8) & 0xFF; in str_base64_decode()
126 if (j < out_len) decoded_data[j++] = (triple >> 1 * 8) & 0xFF; in str_base64_decode()
127 if (j < out_len) decoded_data[j++] = (triple >> 0 * 8) & 0xFF; in str_base64_decode()
/bsp/stm32/stm32f446-st-nucleo/
A DREADME.md32 - 3× 12-bit, 2.4 MSPS ADC: up to 24 channels and 7.2 MSPS in triple interleaved mode
/bsp/bouffalo_lab/
A DREADME_en.md54 …arately and burned to the corresponding location. Please refer to [bl808 triple-core user guide](.…

Completed in 8 milliseconds