| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_i2c.c | 165 uint8_t I2C_Start(I2C_TypeDef * I2Cx, uint8_t addr, uint8_t wait) in I2C_Start() argument 171 if(wait == 0) in I2C_Start() 197 void I2C_Stop(I2C_TypeDef * I2Cx, uint8_t wait) in I2C_Stop() argument 201 if(wait == 0) in I2C_Stop() 221 uint8_t I2C_Write(I2C_TypeDef * I2Cx, uint8_t data, uint8_t wait) in I2C_Write() argument 226 if(wait == 0) in I2C_Write() 248 uint8_t I2C_Read(I2C_TypeDef * I2Cx, uint8_t ack, uint8_t wait) in I2C_Read() argument 254 if(wait == 0) in I2C_Read()
|
| A D | SWM341_i2c.h | 37 uint8_t I2C_Start(I2C_TypeDef * I2Cx, uint8_t addr, uint8_t wait); 38 void I2C_Stop(I2C_TypeDef * I2Cx, uint8_t wait); 39 uint8_t I2C_Write(I2C_TypeDef * I2Cx, uint8_t data, uint8_t wait); 40 uint8_t I2C_Read(I2C_TypeDef * I2Cx, uint8_t ack, uint8_t wait);
|
| A D | SWM341_sfc.c | 89 void SFC_Erase(uint32_t addr, uint8_t wait) in SFC_Erase() argument 91 SFC_EraseEx(addr, SFC_CMD_ERASE_SECTOR, wait); in SFC_Erase() 103 void SFC_EraseEx(uint32_t addr, uint8_t cmd, uint8_t wait) in SFC_EraseEx() argument 121 if(wait) in SFC_EraseEx()
|
| A D | SWM341_sfc.h | 48 void SFC_Erase(uint32_t addr, uint8_t wait); 49 void SFC_EraseEx(uint32_t addr, uint8_t cmd, uint8_t wait);
|
| /bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/xemacpsif/ |
| A D | xemacpsif_hw.c | 147 volatile s32_t wait; in init_emacps() local 148 for (wait=0; wait < 20000; wait++); in init_emacps() 169 volatile s32_t wait; in init_emacps_on_error() local 170 for (wait=0; wait < 20000; wait++); in init_emacps_on_error()
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/src/ |
| A D | tae32f53xx_ll.c | 371 uint32_t wait = Delay; in LL_Delay() local 374 if (wait < LL_MAX_DELAY) { in LL_Delay() 375 wait += (uint32_t)(uwTickFreq); in LL_Delay() 378 while ((LL_GetTick() - tickstart) < wait) { in LL_Delay()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal.c | 379 uint32_t wait = Delay; in HAL_Delay() local 382 if (wait < HAL_MAX_DELAY) in HAL_Delay() 384 wait += (uint32_t)(uwTickFreq); in HAL_Delay() 387 while((HAL_GetTick() - tickstart) < wait) in HAL_Delay()
|
| /bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/src/ |
| A D | tsc_ecs.c | 282 if (!objgrp->wait) in TSC_Ecs_Process() 287 objgrp->wait = 1; in TSC_Ecs_Process() 297 objgrp->wait = 0; in TSC_Ecs_Process() 303 if (objgrp->wait && (!objgrp->execution)) in TSC_Ecs_Process()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_pdma_drv.h | 279 bool wait, uint32_t *status); 306 bool wait, uint32_t *status); 332 bool wait, uint32_t *status); 361 bool wait, uint32_t *status); 384 bool wait, uint32_t *status);
|
| /bsp/rx/RPDL/ |
| A D | Interrupt_INTC.c | 362 wait(); 371 wait(); 378 wait(); 387 wait(); 399 wait();
|
| /bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_EFLASH.h | 29 #define SET_EFC_RD_WAIT(wait) {EFC->CTRL = (EFC->CTRL & ~(0x1F << 7)) | (wait << 7);} argument
|
| /bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/ |
| A D | HAL_EFlash.h | 33 #define SET_EFC_RD_WAIT(wait) {EFC->CTRL = (EFC->CTRL & ~(0x1F << 7)) | (wait << 7);} argument
|
| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_flash.c | 76 static WAIT wait; variable 123 if (wait) { in flash_WaitInWritting() 124 (*wait)(); in flash_WaitInWritting() 180 if (wait) { in flash_WaitReadFifoNotEmpty() 181 (*wait)(); in flash_WaitReadFifoNotEmpty() 278 wait = init->FLASH_Wait; in FLASH_Init()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_rng_drv.c | 49 static hpm_stat_t rng_rand(RNG_Type *ptr, void *buf, uint32_t count_in_byte, bool wait) in rng_rand() argument 69 } while (!fifo_level && wait); in rng_rand()
|
| A D | hpm_pdma_drv.c | 446 bool wait, uint32_t *status) in pdma_fill_color() argument 498 if (wait) { in pdma_fill_color() 514 bool wait, uint32_t *status) in pdma_flip_rotate() argument 583 if (wait) { in pdma_flip_rotate() 600 bool wait, uint32_t *status) in pdma_blit() argument 663 if (wait) { in pdma_blit() 705 bool wait, uint32_t *status) in pdma_scale() argument 782 if (wait) { in pdma_scale() 834 bool wait, uint32_t *status) in pdma_blit_ex() argument 917 if (wait) { in pdma_blit_ex()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | hal_sdhost.c | 592 if (host->wait != SDC_WAIT_FINALIZE) { in __mci_request_done() 597 host->wait = SDC_WAIT_NONE; in __mci_request_done() 881 host->wait = SDC_WAIT_FINALIZE; in __mci_irq_handler() 896 (host->wait == SDC_WAIT_AUTOCMD_DONE || host->wait == SDC_WAIT_DATA_OVER in __mci_irq_handler() 897 || host->wait == SDC_WAIT_CMD_DONE || host->wait == SDC_WAIT_SWITCH1V8)) in __mci_irq_handler() 899 host->wait = SDC_WAIT_FINALIZE; in __mci_irq_handler() 1273 uint32_t wait = SDC_WAIT_CMD_DONE; in __mci_send_cmd() local 1286 wait = SDC_WAIT_SWITCH1V8; in __mci_send_cmd() 1305 wait = SDC_WAIT_DATA_OVER; in __mci_send_cmd() 1335 host->wait = wait; in __mci_send_cmd() [all …]
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_ebi.c | 74 assert_param(IS_EBI_ASYNWAIT(init->wait)); in ald_ebi_nor_sram_init() 93 | (uint32_t)init->wait in ald_ebi_nor_sram_init() 108 | (uint32_t)init->wait in ald_ebi_nor_sram_init() 293 assert_param(IS_EBI_WAIT_FEATURE(init->wait)); in ald_ebi_nand_init() 302 MODIFY_REG(dev->PCTRLR2, PCTRLR_CLEAR_MASK, ((uint32_t)init->wait | in ald_ebi_nand_init() 311 MODIFY_REG(dev->PCTRLR3, PCTRLR_CLEAR_MASK, ((uint32_t)init->wait | in ald_ebi_nand_init()
|
| /bsp/nv32f100x/lib/src/ |
| A D | arm_cm0.c | 46 void wait (void) in wait() function
|
| A D | pmc.c | 94 wait(); in PMC_SetMode()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/include/openamp/ |
| A D | rpmsg.h | 89 const void *data, int size, int wait); 130 int wait);
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/include/openamp/ |
| A D | rpmsg.h | 89 const void *data, int size, int wait); 130 int wait);
|
| /bsp/apm32/libraries/APM32F0xx_Library/TSC_Device_Lib/inc/ |
| A D | tsc_object.h | 103 TSC_tIndex_T wait; /*!< Flag for the ECS delay */ member
|
| /bsp/ft2004/libraries/bsp/ft_qspi/ |
| A D | ft_qspi.c | 257 cmdPortReg.val.wait = 1; in FQSpi_FlashRegSet() 292 cmdPortReg.val.wait = 1; in FQSpi_FlashRegSetWithaddr() 330 cmdPortReg.val.wait = 1; in FQSpi_FlashRegGet() 357 cmdPortReg.val.wait = 1; in FQSpi_FlashRegGetWithAddr() 529 cmdPortReg.val.wait = 1; in FQSpi_CmdOperation()
|
| /bsp/stm32/stm32mp157a-st-discovery/board/ports/OpenAMP/open-amp/lib/rpmsg/ |
| A D | rpmsg.c | 111 int wait) in rpmsg_send_offchannel_raw() argument 122 size, wait); in rpmsg_send_offchannel_raw()
|
| /bsp/stm32/stm32mp157a-st-ev1/board/ports/OpenAMP/open-amp/lib/rpmsg/ |
| A D | rpmsg.c | 111 int wait) in rpmsg_send_offchannel_raw() argument 122 size, wait); in rpmsg_send_offchannel_raw()
|