Home
last modified time | relevance | path

Searched full:with (Results 1 – 17 of 17) sorted by relevance

/hal_intel-latest/bsp_sedi/include/driver/
Dsedi_driver_spi.h83 * The SPI will not drive or monitor the CS pin, user drives it with
109 * For bulk transfer, the data length should be aligned with the FIFO
117 * For bulk transfer, the data length should be aligned with the FIFO
411 * Typically used in callback function with event SEDI_SPI_EVENT_TX_FINISHED.
415 * \param[in] *tx_buffer: pointer of the buffer with data
426 * Typically used in callback function with event SEDI_SPI_EVENT_RX_FINISHED.
430 * \param[out] *rx_buffer: pointer of the buffer with data
441 * \param[in] *data_out: pointer of the buffer with data
443 * \param[out] *data_in: pointer of the buffer with data
454 * \param[in] *data_out: pointer of the buffer with data
[all …]
Dsedi_driver_dma.h359 * \brief fill up linked-list node with given configuration
374 * \brief fill up linked-list node with given scatter gather configuration
386 * \brief transfer data with dma in linked-list mode
397 * \brief transfer data with dma
410 * \brief transfer data with dma in pulling mode
Dsedi_driver_i2c.h354 * \param[in] *data: pointer of the buffer with data
384 * \param[in] *data: pointer of the buffer with data
423 * \param[in] *data: pointer of the buffer with data
Dsedi_driver_common.h27 * \brief Generate a mask with bit x set.
251 * \brief SEDI set certain bit with certain value
Dsedi_driver_uart.h211 * @param[in] status UART module status.To be interpreted with
545 * This function fills the uart fifo with data provided in the
/hal_intel-latest/bsp_sedi/soc/common/include/
Dsedi_reg_defs.h55 * REGBM: The REGister Bit Mask of a specific bit with offset _bit_off.
84 * RBFV: The constant for a Register Bit Field Value with name _value_name.
89 * RBFVM: The Bit Mask of a Register Bit Field Value with name _value_name.
95 * RBFM_VALUE: The Bit Mask of a Register Bit Field with value _value.
146 * Define a Register Bit Field Value (RBFV) with name _value_name
154 * PREG: a register with pointer.
160 * The pointer of a SEDI register with/without const qualifier
201 * Check if a register has a specific RBFV with name _value_name set.
227 * Set a RBFV with name _value_name into a register.
/hal_intel-latest/docs/
Dbsp_sedi_doxyfile49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
87 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
88 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
125 # following values are used ($name is automatically replaced with the name of
263 # documentation, which will result in a user-defined paragraph with heading
268 # escape them by means of a backslash (\), this can lead to conflicts with the
311 # parses. With this tag you can assign which parser to use for a given
337 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
423 # Note that this feature does not work in combination with
430 # with only public data fields or simple typedef fields will be shown inline in
[all …]
/hal_intel-latest/
DLICENSE3 Redistribution and use in source and binary forms, with or without
10 and/or other materials provided with the distribution.
/hal_intel-latest/.github/workflows/
Diut_zephyr_build.yml25 # GitHub comes up with a fundamental fix for this problem.
34 with:
/hal_intel-latest/bsp_sedi/soc/intel_ish/pm/aon/
Dipapg.S106 #return to AON task (still with ROM GDT and segments in case of PG exit)
/hal_intel-latest/zephyr/iut_test/test_zephyr/dma/
Dtest_dma_m2m.c56 iut_case_print("Run with blen=%u\n", blen); in test_dma_m2m()
/hal_intel-latest/bsp_sedi/drivers/dma/
Dsedi_dma_ann_1p0.c42 DMA_TYPE_MULTI_LL_CIRCULAR, /**< Link list multiblock mode with
388 /* select peripheral rx/tx to link up with dma*/ in dma_apply_other_regs()
391 /* select peripheral device to connect with dma req wire*/ in dma_apply_other_regs()
/hal_intel-latest/bsp_sedi/drivers/hpet/
Dsedi_hpet.c11 /* define two 64-bit registers for easy access with SEDI REG APIs */
/hal_intel-latest/bsp_sedi/drivers/usart/
Dsedi_dw_uart.c287 /* Call callback with error. */ in io_vec_write_callback()
326 /* Call callback with error. */ in io_vec_read_callback()
575 * confirmed with hardware address match. in sedi_uart_isr_handler()
1772 /* Initiate transfer with the first member of the vector. */ in sedi_uart_write_vec_async()
1808 /* Initiate transfer with the first member of the vector. */ in sedi_uart_read_vec_async()
/hal_intel-latest/bsp_sedi/drivers/i2c/
Dsedi_i2c_dw_apb_200a.c686 /* sent last data by interrupt, with stop if not pending */ in callback_dma_transfer()
1215 /* For receive with no STOP, while all data received, ended */ in sedi_i2c_isr_handler()
1231 /* For send with no STOP, while TX FIFO empty, ended */ in sedi_i2c_isr_handler()
/hal_intel-latest/bsp_sedi/soc/intel_ish/pm/
Dish_pm.c313 /* switch to aontask through a far call with aontask's TSS selector */ in switch_to_aontask()
/hal_intel-latest/bsp_sedi/drivers/spi/
Dsedi_spi_dw_apb.c497 /* Compare with FIFO depth */ in dw_spi_set_start_condition()