Searched refs:bus_width (Results 1 – 7 of 7) sorted by relevance
/hal_renesas-latest/drivers/ra/fsp/src/r_sdhi/ |
D | r_sdhi.c | 1150 FSP_ASSERT(SDMMC_BUS_WIDTH_8_BITS != p_cfg->bus_width); in r_sdhi_open_param_check() 1651 uint8_t bus_width_setting = (uint8_t) p_ctrl->p_cfg->bus_width; in r_sdhi_bus_cfg() 1662 if (SDMMC_BUS_WIDTH_1_BIT == p_ctrl->p_cfg->bus_width) in r_sdhi_bus_cfg() 2416 uint32_t bus_width; in r_sdhi_bus_width_set() local 2419 bus_width = p_ctrl->p_cfg->bus_width; in r_sdhi_bus_width_set() 2425 bus_width_setting = ((bus_width >> 2U) & 0x03U); in r_sdhi_bus_width_set() 2443 bus_width_setting = ((bus_width >> 1U) & 0x03U); in r_sdhi_bus_width_set() 2457 if (SDMMC_BUS_WIDTH_8_BITS == bus_width) in r_sdhi_bus_width_set() 2462 if (SDMMC_BUS_WIDTH_1_BIT == bus_width) in r_sdhi_bus_width_set()
|
/hal_renesas-latest/zephyr/ra/ra_cfg/fsp_cfg/bsp/ra6m2/ |
D | bsp_mcu_family_cfg.h | 106 #define BSP_CFG_SDRAM_BUS_WIDTH DT_ENUM_IDX(DT_INST(0, renesas_ra_sdram), bus_width)
|
/hal_renesas-latest/zephyr/ra/ra_cfg/fsp_cfg/bsp/ra6m3/ |
D | bsp_mcu_family_cfg.h | 107 #define BSP_CFG_SDRAM_BUS_WIDTH DT_ENUM_IDX(DT_INST(0, renesas_ra_sdram), bus_width)
|
/hal_renesas-latest/drivers/ra/fsp/inc/api/ |
D | r_sdmmc_api.h | 298 … sdmmc_bus_width_t bus_width; ///< Device bus width is 1, 4 or 8 bits wide. member
|
/hal_renesas-latest/zephyr/ra/ra_cfg/fsp_cfg/bsp/ra8t1/ |
D | bsp_mcu_family_cfg.h | 598 #define BSP_CFG_SDRAM_BUS_WIDTH DT_ENUM_IDX(DT_INST(0, renesas_ra_sdram), bus_width)
|
/hal_renesas-latest/zephyr/ra/ra_cfg/fsp_cfg/bsp/ra8d1/ |
D | bsp_mcu_family_cfg.h | 603 #define BSP_CFG_SDRAM_BUS_WIDTH DT_ENUM_IDX(DT_INST(0, renesas_ra_sdram), bus_width)
|
/hal_renesas-latest/zephyr/ra/ra_cfg/fsp_cfg/bsp/ra8m1/ |
D | bsp_mcu_family_cfg.h | 586 #define BSP_CFG_SDRAM_BUS_WIDTH DT_ENUM_IDX(DT_INST(0, renesas_ra_sdram), bus_width)
|