Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/hal/include/hal/
Dhal_defs.h21 #define HAL_SWAP32(word) __builtin_bswap32(word) macro
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dspi_ll.h41 #define HAL_SPI_SWAP_DATA_TX(data, len) HAL_SWAP32((uint32_t)data<<(32-len))