Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/platform_port/include/hal/
Dmisc.h18 #define HAL_SWAP64(d) __builtin_bswap64((d)) macro
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h839 addr = HAL_SWAP64(addr); in spi_ll_set_address()