Searched refs:delay (Results 1 – 10 of 10) sorted by relevance
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/ |
D | bsp_delay.c | 79 void R_BSP_SoftwareDelay (uint32_t delay, bsp_delay_units_t units) in R_BSP_SoftwareDelay() argument 85 …uint32_t total_us = (delay * units); /** Convert the … in R_BSP_SoftwareDelay()
|
D | bsp_mcu_api.h | 40 void R_BSP_SoftwareDelay(uint32_t delay, bsp_delay_units_t units);
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/bsp/mcu/all/ |
D | bsp_delay.c | 76 void R_BSP_SoftwareDelay (uint32_t delay, bsp_delay_units_t units) in R_BSP_SoftwareDelay() argument 82 uint32_t total_us = (delay * units); in R_BSP_SoftwareDelay()
|
D | bsp_mcu_api.h | 13 void R_BSP_SoftwareDelay(uint32_t delay, bsp_delay_units_t units);
|
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/all/ |
D | bsp_delay.c | 86 BSP_SECTION_FLASH_GAP void R_BSP_SoftwareDelay (uint32_t delay, bsp_delay_units_t units) in R_BSP_SoftwareDelay() argument 92 …uint32_t total_us = (delay * units); /** Convert the requested time t… in R_BSP_SoftwareDelay()
|
D | bsp_mcu_api.h | 51 void R_BSP_SoftwareDelay(uint32_t delay, bsp_delay_units_t units);
|
/hal_renesas-latest/smartbond/da1469x_hal/ |
D | da1469x_qspic.c | 184 da1469x_qspi_set_read_pipe_delay(QSPIC_TYPE qspi_id, uint8_t delay) in da1469x_qspi_set_read_pipe_delay() argument 188 QSPIC_CTRLMODE_REG_SET_FIELD(QSPIC_PCLK_MD, qspic_ctrlmode_reg, delay); in da1469x_qspi_set_read_pipe_delay()
|
D | da1469x_qspic.h | 55 da1469x_qspi_set_read_pipe_delay(QSPIC_TYPE qspi_id, uint8_t delay);
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/ |
D | SCE_ProcCommon.h | 5094 #define SCE_DELAY(delay) \ argument 5095 for (volatile uint32_t count = 0; count < delay; count++) \
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/rsip7/plainkey/private/inc/ |
D | SCE_ProcCommon.h | 92416 #define SCE_DELAY(delay) \ argument 92417 for (volatile uint32_t count = 0; count < delay; count++) \
|