Avoid using sizeof to access ULL and LLL struct members. Based on the alignment requirements of structures, due to padding between structure members, use of sizeof of previous struct member to access next struct member is incorrect. Continue to use explicitly stored parent pointer to access ULL context. Combine event header and ULL header so that the parent pointer point directly to the combined ULL struct. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no> |
||
---|---|---|
.. | ||
crypto | ||
hal | ||
hci | ||
include | ||
ll_sw | ||
ticker | ||
util | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.df | ||
Kconfig.ll_sw_split |