Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/toolchain/
Dcommon.h201 #define IS_PTR_ALIGNED(ptr, type) IS_PTR_ALIGNED_BYTES(ptr, __alignof(type)) macro
/Zephyr-latest/tests/lib/mpsc_pbuf/src/
Dmain.c504 zassert_true(IS_PTR_ALIGNED(vitem, uint32_t), "unaligned ptr"); in item_put_data_overwrite()
1007 zassert_true(IS_PTR_ALIGNED(vt, union mpsc_pbuf_generic), "unaligned ptr"); in t_entry()
1072 zassert_true(IS_PTR_ALIGNED(vt, union mpsc_pbuf_generic), "unaligned ptr"); in ZTEST()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_peripheral.c253 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_cc));
Dull_central.c708 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_cc));
/Zephyr-latest/drivers/gpio/
Dgpio_sx1509b.c428 __ASSERT_NO_MSG(IS_PTR_ALIGNED(data, uint16_t)); in port_write()
/Zephyr-latest/kernel/
Duserspace.c553 __ASSERT(IS_PTR_ALIGNED(dyn, struct dyn_obj), "unaligned z_object"); in unref_check()
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c4366 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_conn_iso_estab));
4413 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_conn_iso_estab));
4472 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_past_received));
7674 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_sync));
8095 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_sync_iso));
8399 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_cc));
8536 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_cu));