/Zephyr-latest/cmake/bintools/gnu/ |
D | target.cmake | 9 find_program(CMAKE_AR ${CROSS_COMPILE}gcc-ar PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH) 12 find_program(CMAKE_AR ${CROSS_COMPILE}ar PATHS ${TOOLCHAIN_HOME} NO_DEFAULT_PATH)
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_sw_privacy_unit/src/ |
D | main.c | 156 bt_addr_t ar; in ZTEST() local 160 bt_addr_copy(&ar, in ZTEST() 163 prpa_cache_add(&ar); in ZTEST() 171 bt_addr_copy(&ar, in ZTEST() 174 trpa_cache_add(&ar, 0); in ZTEST()
|
/Zephyr-latest/cmake/bintools/host-gnu/ |
D | target.cmake | 7 find_program(CMAKE_AR ar )
|
/Zephyr-latest/samples/application_development/external_lib/mylib/ |
D | Makefile | 24 $(AR) -rcs $(LIB_DIR)/libmylib.a $(OBJ_DIR)/mylib.o
|
/Zephyr-latest/cmake/bintools/oneApi/ |
D | target.cmake | 10 find_program(CMAKE_AR llvm-ar ${find_program_clang_args} )
|
/Zephyr-latest/cmake/bintools/llvm/ |
D | target.cmake | 16 find_program(CMAKE_AR llvm-ar ${find_program_clang_args})
|
/Zephyr-latest/cmake/makefile_exports/ |
D | CMakeLists.txt | 16 AR = ${CMAKE_AR}
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 37 int "Ar and As timeout [ms] (sending and receiving timeout)" 41 As (sender transmit timeout) and Ar (receiver transmit timeout).
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_frame.c | 28 fs->fc.frame_pending, fs->fc.ar, fs->fc.pan_id_comp, fs->fc.reserved); \ 242 if (mhr->fs->fc.ar != ack_requested || mhr->fs->fc.pan_id_comp == has_pan_id) { in validate_mac_command_cfi_to_mhr() 526 fs->fc.ar = ack_requested; in generate_fcf_grounds() 575 fs->fc.ar = 0U; in data_addr_to_fs_settings() 776 fs->fc.ar = 1U; in cfi_to_fs_settings() 788 fs->fc.ar = 1U; in cfi_to_fs_settings() 795 fs->fc.ar = 1U; in cfi_to_fs_settings() 815 fs->fc.ar = 1U; in cfi_to_fs_settings()
|
D | ieee802154_frame.h | 80 uint16_t ar : 1; member 91 uint16_t ar : 1;
|
D | ieee802154_mgmt.c | 328 * upon reception, and the AR field shall be set to one. in ieee802154_handle_mac_command() 342 mpdu->mhr.fs->fc.ar != 1 || in ieee802154_handle_mac_command() 396 * upon reception, and the AR field shall be set to one. in ieee802154_handle_mac_command() 410 mpdu->mhr.fs->fc.ar != 1 || in ieee802154_handle_mac_command()
|
D | ieee802154.c | 79 if (!mpdu->mhr.fs->fc.ar) { in ieee802154_acknowledge() 228 /* See section 6.7.4.4: "A device that sends a frame with the AR field set in ieee802154_radio_send()
|
/Zephyr-latest/samples/application_development/external_lib/ |
D | CMakeLists.txt | 58 AR=${CMAKE_AR}
|
/Zephyr-latest/dts/bindings/dma/ |
D | st,stm32-dma-v2bis.yaml | 8 All the requests ar ORed before entering the DMA, so that only one request
|
/Zephyr-latest/drivers/timer/ |
D | ti_dmtimer.c | 145 TI_DM_TIMER_WRITE(1, TCLR, AR); in sys_clock_driver_init()
|
/Zephyr-latest/arch/xtensa/core/ |
D | gdbstub.c | 479 * Copied the logical registers A0-A15 to physical registers (AR*) in copy_to_ctx() 492 /* Index to register description array for AR */ in copy_to_ctx() 534 * Note that we don't need to copy AR* back to A* for in restore_from_ctx() 536 * without going through AR*. in restore_from_ctx()
|
/Zephyr-latest/drivers/flash/ |
D | flash_stm32f1x.c | 67 regs->AR = FLASH_STM32_BASE_ADDRESS + page * FLASH_PAGE_SIZE; in erase_page_begin()
|
/Zephyr-latest/tests/net/ieee802154/l2/src/ |
D | ieee802154_shell_test.c | 104 zassert_equal(mpdu->mhr.fs->fc.ar, true, "Association Request: must request ACK."); in test_association_request() 124 zassert_equal(mpdu->mhr.fs->fc.ar, true, "Disassociation Notification: must request ACK."); in test_disassociation_notification()
|
/Zephyr-latest/scripts/native_simulator/ |
D | Makefile | 52 NSI_AR?=ar
|
/Zephyr-latest/doc/build/cmake/ |
D | build-build-phase-2.svg | 4 …ar<br />GNU ranlib<br /></font></div></div></div></foreignObject><text x="531" y="402" fill="rgba(…
|
/Zephyr-latest/scripts/coredump/gdbstubs/arch/ |
D | xtensa.py | 192 # without dumping them and all AR registers;
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_xlnx_ps_bank.c | 152 * caller ar then OR'ed and written to the bank's data register.
|
/Zephyr-latest/include/zephyr/canbus/ |
D | isotp.h | 57 /** Ar/As has timed out */
|
/Zephyr-latest/include/zephyr/net/ |
D | ieee802154_radio.h | 476 /** Waits for ACK on TX if AR bit is set in TX pkt */ 482 /** Sends ACK on RX if AR bit is set in RX pkt */ 1702 * supports ACK offloading and the frame requested acknowledgment (AR bit 1965 * @brief Check if the AR flag is set on the frame inside the given @ref 1972 * @return true if AR flag is set, false otherwise
|
/Zephyr-latest/tests/subsys/shell/shell/src/ |
D | main.c | 182 test_shell_execute_cmd("test_wildcard ar?u*1", 1); in ZTEST()
|