Searched full:by (Results 1 – 17 of 17) sorted by relevance
/hal_intel-3.6.0/docs/ |
D | bsp_sedi_doxyfile | 3 # 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/ |
D | sedi_driver_spi.h | 78 * 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 **/
|
D | sedi_driver_ipc.h | 39 * An ipc busy bit is cleared by peer 46 * An ipc message is received by peer
|
D | sedi_driver_uart.h | 356 * @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.
|
D | sedi_driver_i2c.h | 256 uint32_t is_available : 1; /** 1:available 0:used by host **/ 452 * -1 when slave is not addressed by master
|
D | sedi_driver_common.h | 281 /**< Suspend: context should be saved and restored by driver */
|
D | sedi_driver_gpio.h | 115 uint32_t is_available : 1; /** 1:available 0:used by host **/
|
D | sedi_driver_dma.h | 248 uint32_t is_available : 1; /** 1:available 0:used by host **/
|
/hal_intel-3.6.0/bsp_sedi/soc/intel_ish/include/ |
D | sedi_driver_core.h | 26 * \brief D-Cache Clean and Invalidate by address 49 * \brief D-Cache Clean by address
|
D | sedi_soc.h | 133 * \brief check if a device is owned by SoC itself
|
/hal_intel-3.6.0/ |
D | LICENSE | 15 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
/hal_intel-3.6.0/.github/workflows/ |
D | sedi_docs_update.yml | 42 git commit -s -m "Update SEDI docs, triggered by ${git_hash}"
|
/hal_intel-3.6.0/bsp_sedi/soc/intel_ish/ |
D | sedi_soc.c | 27 /* 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/ |
D | ish_pm.c | 24 /* Disable debug print by default */
|
/hal_intel-3.6.0/bsp_sedi/drivers/i2c/ |
D | sedi_i2c_dw_apb_200a.c | 674 /* 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/ |
D | sedi_spi_dw_apb.c | 217 /* 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/ |
D | sedi_dw_uart.c | 87 * 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()
|