Searched defs:asynchronous (Results  1 – 25 of 33) sorted by relevance
12
| /Zephyr-latest/drivers/adc/ | 
| D | adc_context.h | 67 	bool asynchronous;  member 138 				    bool asynchronous,  in adc_context_lock()
  | 
| D | adc_cc13xx_cc26xx.c | 193 		       bool asynchronous,  in cc13xx_cc26xx_read()
  | 
| D | adc_cc32xx.c | 175 		       bool asynchronous,  in cc32xx_read()
  | 
| /Zephyr-latest/drivers/spi/ | 
| D | spi_context.h | 41 	bool asynchronous;  member 103 				    bool asynchronous,  in spi_context_lock()
  | 
| D | spi_xmc4xxx.c | 262 				  bool asynchronous, spi_callback_t cb, void *userdata)  in spi_xmc4xxx_transceive() 349 				      bool asynchronous,  in spi_xmc4xxx_transceive_dma()
  | 
| D | spi_dw.c | 337 		      bool asynchronous,  in transceive()
  | 
| D | spi_esp32_spim.c | 423 		      const struct spi_buf_set *rx_bufs, bool asynchronous,  in transceive()
  | 
| D | spi_ifx_cat1.c | 240 		      bool asynchronous, spi_callback_t cb, void *userdata)  in transceive()
  | 
| D | spi_mcux_ecspi.c | 227 		      bool asynchronous,  in transceive()
  | 
| D | spi_mcux_flexio.c | 299 			bool asynchronous,  in transceive()
  | 
| D | spi_psoc6.c | 299 				bool asynchronous,  in spi_psoc6_transceive()
  | 
| D | spi_rv32m1_lpspi.c | 216 		      bool asynchronous,  in transceive()
  | 
| D | spi_mcux_flexcomm.c | 598 		      bool asynchronous,  in transceive_dma() 715 		      bool asynchronous,  in transceive()
  | 
| D | spi_npcx_spip.c | 255 		      bool asynchronous, spi_callback_t cb, void *userdata)  in transceive()
  | 
| D | spi_nrfx_spi.c | 229 		      bool asynchronous,  in transceive()
  | 
| D | spi_sedi.c | 93 		      const struct spi_buf_set *rx_bufs, bool asynchronous,  in transceive()
  | 
| D | spi_nrfx_spis.c | 170 		      bool asynchronous,  in transceive()
  | 
| D | spi_ll_stm32.c | 908 		      bool asynchronous,  in transceive() 1128 		      bool asynchronous,  in transceive_dma()
  | 
| D | spi_nxp_s32.c | 394 			bool asynchronous,  in transceive()
  | 
| D | spi_b_renesas_ra8.c | 281 		      bool asynchronous, spi_callback_t cb, void *userdata)  in transceive()
  | 
| D | spi_renesas_ra.c | 320 		      bool asynchronous, spi_callback_t cb, void *userdata)  in transceive()
  | 
| D | spi_it8xxx2.c | 386 		      bool asynchronous, spi_callback_t cb, void *userdata)  in transceive()
  | 
| /Zephyr-latest/drivers/spi/spi_nxp_lpspi/ | 
| D | spi_nxp_lpspi_dma.c | 203 			  bool asynchronous, spi_callback_t cb, void *userdata)  in transceive_dma()
  | 
| D | spi_nxp_lpspi.c | 228 		      bool asynchronous, spi_callback_t cb, void *userdata)  in transceive()
  | 
| /Zephyr-latest/drivers/mspi/ | 
| D | mspi_emul.c | 34 	bool                          asynchronous;  member
  | 
        12