Home
last modified time | relevance | path

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

/hal_infineon-latest/btstack/wiced_include/
Dwiced_bt_types.h447 #define ALIGN_SIZE(value,align_to) (((value) + (align_to) - 1) & ~((align_to) - 1)) argument