Home
last modified time | relevance | path

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

/hal_infineon-3.5.0/mtb-pdl-cat1/drivers/include/
Dcy_smif.h1388 __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() argument
2022 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() argument
2055 if(fourBytes) in Cy_SMIF_UnPackByteArray()