Searched refs:UINT32_TO_STREAM (Results 1 – 1 of 1) sorted by relevance
98 #define UINT32_TO_STREAM(p, u32) {*(p)++ = (uint8_t)(u32); *(p)++ = (uint8_t)((u32) >> 8); *(p)++ =… macro799 UINT32_TO_STREAM(p, UART_TARGET_BAUD_RATE); in hw_config_cback()