Searched refs:fourBytes (Results 1 – 1 of 1) sorted by relevance
1388 __STATIC_INLINE uint32_t Cy_SMIF_PackBytesArray(uint8_t const buff[], bool fourBytes);1389 __STATIC_INLINE void Cy_SMIF_UnPackByteArray(uint32_t inValue, uint8_t outBuff[], bool fourBytes);2016 __STATIC_INLINE uint32_t Cy_SMIF_PackBytesArray(uint8_t const buff[], bool fourBytes) in Cy_SMIF_PackBytesArray() argument2022 if(fourBytes) in Cy_SMIF_PackBytesArray()2050 __STATIC_INLINE void Cy_SMIF_UnPackByteArray(uint32_t inValue, uint8_t outBuff[], bool fourBytes) in Cy_SMIF_UnPackByteArray() argument2055 if(fourBytes) in Cy_SMIF_UnPackByteArray()