Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/crypto/
Dcrypto_smartbond.c34 #define SWAP32(_w) __REV(_w) macro
283 return SWAP32(sys_get_le32(data)); in crypto_smartbond_swap_word()
285 return SWAP32(*(uint32_t *)data); in crypto_smartbond_swap_word()