Home
last modified time | relevance | path

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

/hal_intel-3.6.0/docs/
Dbsp_sedi_doxyfile3 # This file describes the settings to be used by the documentation system
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
82 # documentation generated by doxygen is written. Doxygen will use this
97 # documentation generated by doxygen is written. Doxygen will use this
205 # interpreted by doxygen.
230 # By default Python docstrings are displayed as preformatted text and doxygen's
231 # special commands cannot be used. By setting PYTHON_DOCSTRING to NO the
252 # uses this value to replace tabs by spaces in code fragments.
268 # escape them by means of a backslash (\), this can lead to conflicts with the
314 # language is one of the parsers supported by doxygen: IDL, Java, JavaScript,
[all …]
/hal_intel-3.6.0/bsp_sedi/include/driver/
Dsedi_driver_spi.h78 * LSB first send out, it should be supported by hardware
92 * The parameter is bitmask of CS pin been controlled by SPI
241 * it will be detected by hardware, master detect the CS pin deactive while
263 uint32_t is_available : 1; /** 1:available 0:used by host **/
280 uint32_t is_available : 1; /** 1:available 0:used by host **/
Dsedi_driver_ipc.h39 * An ipc busy bit is cleared by peer
46 * An ipc message is received by peer
Dsedi_driver_uart.h356 * @param[OUT] comp_len Length of data read completed by this call.
681 * @param[out] cfg pointer to configuration structure populated by this
755 * The mask can be generated by OR ing the parameters of sedi_uart_lc_t.
826 * @param[OUT] p_len pointer to int which would be populated by length.
1097 * @param[out] cfg pointer to iseis_uart_rs485_config_t populated by the call.
1152 * @param[out] cfg pointer to sedi_uart_9bit_config_t populated by this call.
Dsedi_driver_i2c.h256 uint32_t is_available : 1; /** 1:available 0:used by host **/
452 * -1 when slave is not addressed by master
Dsedi_driver_common.h281 /**< Suspend: context should be saved and restored by driver */
Dsedi_driver_gpio.h115 uint32_t is_available : 1; /** 1:available 0:used by host **/
Dsedi_driver_dma.h248 uint32_t is_available : 1; /** 1:available 0:used by host **/
/hal_intel-3.6.0/bsp_sedi/soc/intel_ish/include/
Dsedi_driver_core.h26 * \brief D-Cache Clean and Invalidate by address
49 * \brief D-Cache Clean by address
Dsedi_soc.h133 * \brief check if a device is owned by SoC itself
/hal_intel-3.6.0/
DLICENSE15 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
/hal_intel-3.6.0/.github/workflows/
Dsedi_docs_update.yml42 git commit -s -m "Update SEDI docs, triggered by ${git_hash}"
/hal_intel-3.6.0/bsp_sedi/soc/intel_ish/
Dsedi_soc.c27 /* weak PM functions used by SEDI drivers when SEDI PM driver is not enabled */
/hal_intel-3.6.0/bsp_sedi/soc/intel_ish/pm/
Dish_pm.c24 /* Disable debug print by default */
/hal_intel-3.6.0/bsp_sedi/drivers/i2c/
Dsedi_i2c_dw_apb_200a.c674 /* If no STOP, all data sent by DMA, enable TX_EMPTY interrupt in callback_tx_dma_transfer()
681 /* If need STOP, last data sent by interrupt */ in callback_tx_dma_transfer()
/hal_intel-3.6.0/bsp_sedi/drivers/spi/
Dsedi_spi_dw_apb.c217 /* Clear all error interrupt by read*/ in lld_spi_interrupt_clear()
1085 /* the SPI transaction may interrupted by some other events between Tx/Rx dma in sedi_spi_dma_transfer()
/hal_intel-3.6.0/bsp_sedi/drivers/usart/
Dsedi_dw_uart.c87 * This structure is only intended to be used by the sedi_uart_save_context and
637 /* Clear interrupt settings set by bootloader uart init.*/ in sedi_uart_set_config()