esp_ptr_word_aligned() function
Check if the pointer is word aligned
Syntax
__attribute__((always_inline))
inline static bool esp_ptr_word_aligned(const void *p);
Return value
true: aligned; false: not aligned
![]()
inline static bool esp_ptr_word_aligned(const void *p)
esp_ptr_word_aligned() is called by 2 functions:
![]()
esp_ptr_word_aligned()
esp_ptr_word_aligned():
![]()
esp_ptr_word_aligned()