Home
last modified time | relevance | path

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

/hal_intel-3.6.0/.github/workflows/
Dsedi_docs_update.yml22 git config --global user.email "intel_hal@intel.github.com"
23 git config --global user.name "Intel HAL Docs Robot"
Diut_zephyr_build.yml21 # match the container user UID because of the way GitHub
/hal_intel-3.6.0/bsp_sedi/include/driver/
Dsedi_driver_uart.h208 * @param[in] data Callback user data.
301 * The user may call this function before performing an UART transfer in order
417 * is already in progress.API user should terminate any ongoing async writes
438 * is already in progress. API user should terminate any ongoing async
781 * On receiving any data on the uart device , user callback is triggered
782 * indicating the status and length of the accumulated data. User may call the
909 * field and the io_vector in the vec field. User callback is called after all
925 * field and the io_vector in the vec field. User callback is called after all
Dsedi_driver_gpio.h130 * \param[in] param: User callback parameter pointer.
166 * \param[in] param: User parameter for callback function.
Dsedi_driver_rtc.h57 * \param[in] param: User callback parameter pointer.
Dsedi_driver_spi.h83 * The SPI will not drive or monitor the CS pin, user drives it with
325 * \param[inout] param: user parameter
Dsedi_driver_hpet.h51 * \param param User callback parameter.
Dsedi_driver_ipc.h165 * param[in] user_params: user params, will be the last input of callback
Dsedi_driver_dma.h314 * \param[inout] param: the user defined callback param, like controller point.
/hal_intel-3.6.0/bsp_sedi/drivers/hpet/
Dsedi_hpet.c46 uint64_t microsec; /* user's parameter */
50 void *param; /* callback param, user defined */
/hal_intel-3.6.0/docs/
Dbsp_sedi_doxyfile163 # The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
175 # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
263 # documentation, which will result in a user-defined paragraph with heading
1190 # The HTML_HEADER tag can be used to specify a user-defined HTML header file for
1210 # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
1220 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
1232 # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
1314 # shown in the various tree structured indices initially; the user can expand
1827 # Note: Only use a user-defined header if you know what you are doing! The
1831 # string, for the replacement values of the other commands the user is referred
[all …]
/hal_intel-3.6.0/bsp_sedi/drivers/ipc/
Dsedi_ipc.c74 /* user parameters for event callback other private runtime data*/
/hal_intel-3.6.0/bsp_sedi/drivers/usart/
Dsedi_dw_uart.c284 /* Error in write or transfer completed , call user callback.*/ in io_vec_write_callback()
325 /* Error in read or read completes, call user callback.*/ in io_vec_read_callback()