Searched refs:IS_PTR_ALIGNED (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-latest/include/zephyr/toolchain/ |
| D | common.h | 201 #define IS_PTR_ALIGNED(ptr, type) IS_PTR_ALIGNED_BYTES(ptr, __alignof(type)) macro
|
| /Zephyr-latest/tests/lib/mpsc_pbuf/src/ |
| D | main.c | 504 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/ |
| D | ull_peripheral.c | 253 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_cc));
|
| D | ull_central.c | 708 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_cc));
|
| /Zephyr-latest/drivers/gpio/ |
| D | gpio_sx1509b.c | 428 __ASSERT_NO_MSG(IS_PTR_ALIGNED(data, uint16_t)); in port_write()
|
| /Zephyr-latest/kernel/ |
| D | userspace.c | 553 __ASSERT(IS_PTR_ALIGNED(dyn, struct dyn_obj), "unaligned z_object"); in unref_check()
|
| /Zephyr-latest/subsys/bluetooth/controller/hci/ |
| D | hci.c | 4366 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));
|