Searched refs:count (Results 1 – 12 of 12) sorted by relevance
/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/ |
D | r_ether_phy.c | 220 uint32_t count = 0; in R_ETHER_PHY_Open() local 231 count++; in R_ETHER_PHY_Open() 232 } while ((reg & ETHER_PHY_CONTROL_RESET) && (count < p_cfg->phy_reset_wait_time)); in R_ETHER_PHY_Open() 234 if (count < p_cfg->phy_reset_wait_time) in R_ETHER_PHY_Open() 505 uint32_t count = 0; in R_ETHER_PHY_ChipInit() local 522 count++; in R_ETHER_PHY_ChipInit() 523 } while ((reg & ETHER_PHY_CONTROL_RESET) && (count < p_cfg->phy_reset_wait_time)); in R_ETHER_PHY_ChipInit() 525 if (count < p_cfg->phy_reset_wait_time) in R_ETHER_PHY_ChipInit() 831 int64_t count = (int64_t) p_instance_ctrl->p_ether_phy_cfg->mii_bit_access_wait_time * 4; in ether_phy_trans_idle() local 834 for (int64_t j = count; j > 0; j--) in ether_phy_trans_idle()
|
/hal_renesas-latest/drivers/ra/fsp/inc/api/ |
D | r_sdmmc_api.h | 277 uint32_t * const count; member 288 uint32_t count; member 416 … uint32_t const address, uint32_t * const count, sdmmc_io_transfer_mode_t transfer_mode, 432 … uint32_t const address, uint32_t const count, sdmmc_io_transfer_mode_t transfer_mode,
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sdhi/ |
D | r_sdhi.c | 708 uint32_t * const count, in R_SDHI_ReadIoExt() argument 719 FSP_ASSERT(0U != (*count)); in R_SDHI_ReadIoExt() 730 FSP_ASSERT((*count) <= SDHI_PRV_SDIO_EXT_MAX_BLOCKS); in R_SDHI_ReadIoExt() 732 block_count = *count; in R_SDHI_ReadIoExt() 742 FSP_ASSERT((*count) <= SDHI_PRV_SDIO_EXT_MAX_BYTES); in R_SDHI_ReadIoExt() 745 byte_count = *count; in R_SDHI_ReadIoExt() 755 argument.cmd_53_arg.count = (*count & SDHI_PRV_SDIO_CMD52_CMD53_COUNT_MASK); in R_SDHI_ReadIoExt() 769 FSP_PARAMETER_NOT_USED(count); in R_SDHI_ReadIoExt() 796 uint32_t const count, in R_SDHI_WriteIoExt() argument 807 FSP_ASSERT(0U != count); in R_SDHI_WriteIoExt() [all …]
|
D | r_sdhi_private.h | 286 uint32_t count : 9; /* Byte/Block Count */ member
|
/hal_renesas-latest/drivers/ra/fsp/inc/instances/ |
D | r_sdhi.h | 133 uint32_t * const count, 140 uint32_t const count,
|
D | r_spi.h | 130 … uint32_t count; ///< Number of Data Frames to transfer (8-bit, 16-bit, 32-bit) member
|
D | r_spi_b.h | 138 … uint32_t count; ///< Number of Data Frames to transfer (8-bit, 16-bit, 32-bit) member
|
/hal_renesas-latest/drivers/ra/fsp/src/r_spi_b/ |
D | r_spi_b.c | 759 p_ctrl->count = length; in r_spi_b_write_read_common() 846 if (rx_count == p_ctrl->count) in r_spi_b_receive() 888 if (tx_count == p_ctrl->count) in r_spi_b_transmit() 997 if (p_ctrl->rx_count == p_ctrl->count) in spi_b_rxi_isr() 1029 if (p_ctrl->tx_count == p_ctrl->count - 1) in spi_b_txi_isr()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_spi/ |
D | r_spi.c | 855 p_ctrl->count = length; in r_spi_write_read_common() 955 if (rx_count == p_ctrl->count) in r_spi_receive() 994 if (tx_count == p_ctrl->count) in r_spi_transmit() 1113 if (p_ctrl->rx_count == p_ctrl->count) in spi_rxi_isr() 1168 if (p_ctrl->tx_count == p_ctrl->count - 1) in spi_txi_isr()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/cmsis/Device/RENESAS/Source/ |
D | system.c | 1491 intptr_t count; in bsp_static_constructor_init() 1494 count = __preinit_array_end - __preinit_array_start; in bsp_static_constructor_init() 1495 for (i = 0; i < count; i++) in bsp_static_constructor_init() 1500 count = __init_array_end - __init_array_start; in bsp_static_constructor_init() 1501 for (i = 0; i < count; i++) in bsp_static_constructor_init()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/ |
D | SCE_ProcCommon.h | 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 | 92417 for (volatile uint32_t count = 0; count < delay; count++) \
|