Searched full:fifo1 (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/tests/kernel/fifo/fifo_usage/src/ |
D | main.c | 22 * extract an item from fifo1 once the item is there. The Child Thread 24 * an item to fifo1. The flow of control goes from Test Thread to 30 * puts items into fifo1. Child thread gives back control to the Test thread 31 * and Test thread gets the items from fifo1. 46 static K_FIFO_DEFINE(fifo1); 113 /* Put items into fifo1 */ in thread_entry_fn_dual() 123 /* Put items into fifo1 */ in thread_entry_fn_isr() 154 k_fifo_put(&fifo1, (void *)&data1[i]); in ZTEST() 158 thread_entry_fn_single, &fifo1, NULL, NULL, in ZTEST() 166 rx_data = k_fifo_get(&fifo1, K_NO_WAIT); in ZTEST() [all …]
|
/Zephyr-latest/tests/benchmarks/sys_kernel/src/ |
D | mwfifo.c | 12 struct k_fifo fifo1; variable 25 k_fifo_init(&fifo1); in fifo_test_init() 49 pelement = k_fifo_get(&fifo1, K_FOREVER); in fifo_thread1() 82 k_fifo_put(&fifo1, element); in fifo_thread2() 115 k_fifo_put(&fifo1, element); in fifo_thread3() 232 k_fifo_put(&fifo1, more_element); in fifo_test() 234 k_fifo_put(&fifo1, more_element); in fifo_test()
|
/Zephyr-latest/dts/bindings/i2c/ |
D | ite,it8xxx2-i2c.yaml | 14 FIFO1 supports channel A.
|
/Zephyr-latest/dts/bindings/can/ |
D | bosch,m_can-base.yaml | 12 <offset std-filter-elements ext-filter-elements rx-fifo0-elements rx-fifo1-elements
|
/Zephyr-latest/drivers/i2c/ |
D | Kconfig.it8xxx2 | 24 FIFO1 supports channel A. FIFO2 supports channel B.
|
/Zephyr-latest/tests/kernel/obj_core/obj_core/src/ |
D | main.c | 23 static K_FIFO_DEFINE(fifo1); 226 K_OBJ_CORE(&fifo1), K_OBJ_CORE(&fifo2)); in ZTEST()
|
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_shi_ite.c | 194 /* CPU Tx FIFO1 and FIFO2 access */ in shi_ite_response_host_data() 256 /* CPU Rx FIFO1 access */ in shi_ite_host_request_data() 410 * bit3 : Rx FIFO1 will not be overwrited once it's full. in shi_ite_init_registers() 411 * bit0 : Rx FIFO1/FIFO2 will reset after each CS_N goes high. in shi_ite_init_registers()
|
/Zephyr-latest/soc/ite/ec/common/ |
D | chip_chipregs.h | 634 * 7 EP15 select FIFO1 as data buffer 635 * 6 EP14 select FIFO1 as data buffer 636 * 5 EP13 select FIFO1 as data buffer 637 * 4 EP12 select FIFO1 as data buffer 638 * 3 EP11 select FIFO1 as data buffer 639 * 2 EP10 select FIFO1 as data buffer 640 * 1 EP9 select FIFO1 as data buffer 641 * 0 EP8 select FIFO1 as data buffer
|
/Zephyr-latest/drivers/can/ |
D | can_mcan.c | 826 LOG_DBG("RX FIFO1 INT"); in can_mcan_line_1_isr() 837 LOG_ERR("Message lost on FIFO1"); in can_mcan_line_1_isr() 1359 /* 64 byte Rx Buffer/FIFO1/FIFO0 data fields size */ in can_mcan_configure_mram()
|
/Zephyr-latest/dts/riscv/ite/ |
D | it81xx2.dtsi | 367 fifo-enable; /* FIFO1 */
|
/Zephyr-latest/include/zephyr/drivers/can/ |
D | can_mcan.h | 414 /** rx-fifo1-elements cell index */ 1568 * Bosch M_CAN Rx FIFO0 (RXFOC), Rx FIFO1 (RXF1C), Rx Buffer (RXBCC), Tx Buffer (TXBC), and Tx Event
|