Searched refs:byteArray (Results 1 – 3 of 3) sorted by relevance
/hal_infineon-3.6.0/mtb-pdl-cat1/drivers/include/ |
D | cy_smif_memslot.h | 1240 __STATIC_INLINE void ValueToByteArray(uint32_t value, uint8_t *byteArray, uint32_t startPos, uint32… 1241 __STATIC_INLINE uint32_t ByteArrayToValue(uint8_t const *byteArray, uint32_t size); 1620 static void ValueToByteArray(uint32_t value, uint8_t *byteArray, uint32_t startPos, uint32_t size) in ValueToByteArray() argument 1625 byteArray[size + startPos] = (uint8_t)(value & PARAM_ID_LSB_MASK); in ValueToByteArray() 1648 static uint32_t ByteArrayToValue(uint8_t const *byteArray, uint32_t size) in ByteArrayToValue() argument 1655 value |= ((uint32_t) byteArray[idx]); in ByteArrayToValue()
|
/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/ |
D | whd_utils.c | 1149 const uint8_t *byteArray = ip4addr; in whd_ip4_to_string() local 1154 whd_ipv4_itoa(&p[outputPos], byteArray[component]); in whd_ip4_to_string()
|
/hal_infineon-3.6.0/mtb-hal-cat1/source/ |
D | cyhal_qspi.c | 405 static void _cyhal_qspi_uint32_to_byte_array(uint32_t value, uint8_t *byteArray, uint32_t startPos,… in _cyhal_qspi_uint32_to_byte_array() argument 410 byteArray[size + startPos] = (uint8_t)(value & 0xFF); in _cyhal_qspi_uint32_to_byte_array()
|