Searched refs:_attrs (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/include/zephyr/arch/arm/mmu/ |
D | arm_mmu.h | 58 #define MMU_REGION_ENTRY(_name, _base_pa, _base_va, _size, _attrs) \ argument 64 .attrs = _attrs, \
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | arm_mmu.h | 143 #define MMU_REGION_ENTRY(_name, _base_pa, _base_va, _size, _attrs) \ argument 149 .attrs = _attrs, \
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | sdp.h | 455 #define BT_SDP_RECORD(_attrs) \ argument 457 .attrs = _attrs, \ 458 .attr_count = ARRAY_SIZE((_attrs)), \
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 815 #define BT_GATT_SERVICE(_attrs) \ argument 817 .attrs = _attrs, \ 818 .attr_count = ARRAY_SIZE(_attrs), \
|