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