/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | thread_apis.c | 274 osThreadId_t tA, tB; in ZTEST() local 287 tA = osThreadNew(thread4, tB, &attr); in ZTEST() 288 zassert_not_null(tA, "Failed to create thread A with osThreadNew!"); in ZTEST() 304 status = osThreadJoin(tA); in ZTEST() 342 osThreadId_t tA, tB; in ZTEST() local 347 tA = osThreadNew(thread5, NULL, &attr); in ZTEST() 348 zassert_not_null(tA, "Failed to create thread with osThreadNew!"); in ZTEST() 350 tB = osThreadNew(thread6, tA, &attr); in ZTEST() 355 status = osThreadDetach(tA); in ZTEST() 364 osThreadId_t tA, tB; in ZTEST() local [all …]
|
/Zephyr-latest/include/zephyr/arch/sparc/ |
D | arch.h | 34 * Assembly usage: "ta SPARC_SW_TRAP_<TYPE>" 69 "ta %1\nnop\n" : in z_sparc_set_pil_inline() 116 "ta %[vector]\n\t" \
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_adin2111_priv.h | 157 /* SPI header size for read transaction (1 for TA) */ 165 /* SPI register read buffer size with TA without CRC */ 167 /* SPI register read buffer with TA and appended CRC size (1 header, 1 for register) */ 170 /* SPI read fifo cmd buffer size with TA without CRC */ 172 /* SPI read fifo cmd buffer with TA and appended CRC size */
|
D | eth_sam0_gmac.h | 100 #define GMAC_TA TA.reg
|
D | eth_adin2111.c | 430 /* TA */ in eth_adin2111_reg_read_generic() 435 /* TA */ in eth_adin2111_reg_read_generic() 567 /* TA */ in adin2111_read_fifo() 570 /* TA */ in adin2111_read_fifo()
|
/Zephyr-latest/arch/sparc/core/ |
D | irq_offload.c | 38 __asm__ volatile ("ta 13"); in arch_irq_offload()
|
D | reset_trap.S | 72 ta 0x00
|
D | trap_table_svt.S | 55 ta 0x00
|
D | trap_table_mvt.S | 46 ta 0x00; \ 154 /* NOTE: "ta 5" can be generated by compiler. */
|
D | interrupt_trap.S | 30 * - Do not re-execute the causing (ta) instruction at trap exit.
|
/Zephyr-latest/include/zephyr/drivers/ |
D | tee.h | 59 * - tee_open_session() to open new session to the TA 60 * - tee_close_session() to close session to the TA 62 * - tee_invoke_func() to invoke function to the TA 240 uint32_t func; /**< [in] Trusted Application function, specific to the TA */ 279 * @brief Callback API to close session to TA 288 * @brief Callback API to cancel open session of invoke function to TA 297 * @brief Callback API to invoke function to TA 439 * Cancels session or invoke function for TA 466 * Invokes function to the TA
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | gptp.c | 421 PR("\tA Sync %s %s : %s\n", in gptp_print_port_info() 424 PR("\tA Follow Up %s %s : %s\n", in gptp_print_port_info() 427 PR("\tA Follow Up %s %s : %s\n", in gptp_print_port_info() 438 PR("\tA MDSyncSend structure %s : %s\n", in gptp_print_port_info() 450 PR("\tA MDSyncReceive struct is ready to be processed " in gptp_print_port_info() 606 PR("\tA PortSyncSync struct is ready : %s\n", in cmd_net_gptp() 612 PR("\tA PortSyncSync struct is ready : %s\n", in cmd_net_gptp() 625 PR("\tA ClockSourceTime : %s\n", in cmd_net_gptp()
|
/Zephyr-latest/subsys/canbus/isotp/ |
D | Kconfig | 158 int "Position of fixed target address (TA)" 164 hex "Mask to obtain fixed target address (TA)"
|
/Zephyr-latest/include/zephyr/canbus/ |
D | isotp.h | 43 * TA Target Address 118 /** Position of fixed target address (TA) */ 121 /** Mask to obtain fixed target address (TA) */ 174 * priority sections and modifies TA section in flow control frames.
|
/Zephyr-latest/drivers/mdio/ |
D | mdio_nxp_enet.c | 85 * TA = Turnaround, must be 2 to be valid in nxp_enet_mdio_read() 135 * TA = Turnaround, must be 2 to be valid in nxp_enet_mdio_write()
|
D | mdio_litex_liteeth.c | 119 /* TA: 2 bits turn-around */ in mdio_litex_transfer()
|
D | mdio_gpio.c | 98 /* TA: 2 bits turn-around */ in mdio_gpio_transfer()
|
/Zephyr-latest/drivers/sensor/nuvoton/nuvoton_tach_npcx/ |
D | tach_nuvoton_npcx.c | 19 * | | +-----------+ TA Pin 36 * (via TA or TB pins) that are slower than TACH_CLK. A transition event (rising 108 /* Enable input debounce logic into TA pin. */ in tach_npcx_start_port_a()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | avrcp_internal.h | 21 #define AVRCP_SUBUNIT_EXTENSION_COED (7) /* Fixed value according to TA Document 2001012 */
|
/Zephyr-latest/samples/drivers/video/capture/ |
D | README.rst | 112 …/community.nxp.com/t5/i-MX-RT-Knowledge-Base/Connecting-camera-and-LCD-to-i-MX-RT-EVKs/ta-p/1122183
|
/Zephyr-latest/boards/shields/dvp_fpc24_mt9m114/doc/ |
D | index.rst | 92 …https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/Connecting-camera-and-LCD-to-i-MX-RT-EVKs/ta-p…
|
/Zephyr-latest/boards/shields/nxp_btb44_ov5640/doc/ |
D | index.rst | 134 …https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/Connecting-camera-and-LCD-to-i-MX-RT-EVKs/ta-p…
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/doc/ |
D | index.rst | 478 …y.nxp.com/t5/i-MX-RT-Knowledge-Base/Using-J-Link-with-MIMXRT1060-EVK-or-MIMXRT1064-EVK/ta-p/1281149 481 … https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/Using-J-Link-with-MIMXRT1060-EVKB/ta-p/1452717
|
/Zephyr-latest/boards/nxp/mimxrt1170_evk/doc/ |
D | index.rst | 453 …y.nxp.com/t5/i-MX-RT-Knowledge-Base/Using-J-Link-with-MIMXRT1160-EVK-or-MIMXRT1170-EVK/ta-p/1529760 456 … https://community.nxp.com/t5/i-MX-RT-Knowledge-Base/Using-J-Link-with-MIMXRT1170-EVKB/ta-p/1715138
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | sdp.h | 82 #define BT_SDP_UDI_TA_SVCLASS 0x112b /**< UDI TA */
|