Home
last modified time | relevance | path

Searched full:ar (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/cmake/bintools/gnu/
Dtarget.cmake9 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/
Dmain.c156 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/
Dtarget.cmake7 find_program(CMAKE_AR ar )
/Zephyr-latest/samples/application_development/external_lib/mylib/
DMakefile24 $(AR) -rcs $(LIB_DIR)/libmylib.a $(OBJ_DIR)/mylib.o
/Zephyr-latest/cmake/bintools/oneApi/
Dtarget.cmake10 find_program(CMAKE_AR llvm-ar ${find_program_clang_args} )
/Zephyr-latest/cmake/bintools/llvm/
Dtarget.cmake16 find_program(CMAKE_AR llvm-ar ${find_program_clang_args})
/Zephyr-latest/cmake/makefile_exports/
DCMakeLists.txt16 AR = ${CMAKE_AR}
/Zephyr-latest/subsys/canbus/isotp/
DKconfig37 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/
Dieee802154_frame.c28 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()
Dieee802154_frame.h80 uint16_t ar : 1; member
91 uint16_t ar : 1;
Dieee802154_mgmt.c328 * 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()
Dieee802154.c79 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/
DCMakeLists.txt58 AR=${CMAKE_AR}
/Zephyr-latest/dts/bindings/dma/
Dst,stm32-dma-v2bis.yaml8 All the requests ar ORed before entering the DMA, so that only one request
/Zephyr-latest/drivers/timer/
Dti_dmtimer.c145 TI_DM_TIMER_WRITE(1, TCLR, AR); in sys_clock_driver_init()
/Zephyr-latest/arch/xtensa/core/
Dgdbstub.c479 * 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/
Dflash_stm32f1x.c67 regs->AR = FLASH_STM32_BASE_ADDRESS + page * FLASH_PAGE_SIZE; in erase_page_begin()
/Zephyr-latest/tests/net/ieee802154/l2/src/
Dieee802154_shell_test.c104 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/
DMakefile52 NSI_AR?=ar
/Zephyr-latest/doc/build/cmake/
Dbuild-build-phase-2.svg4ar<br />GNU ranlib<br /></font></div></div></div></foreignObject><text x="531" y="402" fill="rgba(…
/Zephyr-latest/scripts/coredump/gdbstubs/arch/
Dxtensa.py192 # without dumping them and all AR registers;
/Zephyr-latest/drivers/gpio/
Dgpio_xlnx_ps_bank.c152 * caller ar then OR'ed and written to the bank's data register.
/Zephyr-latest/include/zephyr/canbus/
Disotp.h57 /** Ar/As has timed out */
/Zephyr-latest/include/zephyr/net/
Dieee802154_radio.h476 /** 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/
Dmain.c182 test_shell_execute_cmd("test_wildcard ar?u*1", 1); in ZTEST()

12