Home
last modified time | relevance | path

Searched refs:index (Results 1 – 12 of 12) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/
Dbsp_address_expander.c26 #define BSP_PRV_STARTUP_ADX(index) \ argument
27 (BSP_CFG_ADX ## index ## _DDR_MIRROR1_ADDRESS << BSP_PRV_ADX_DDRMIR1_BITS) | \
28 (BSP_CFG_ADX ## index ## _DDR_MIRROR0_ADDRESS << BSP_PRV_ADX_DDRMIR0_BITS) | \
29 (BSP_CFG_ADX ## index ## _PCIE1_MIRROR_ADDRESS << BSP_PRV_ADX_PCIE1MIR_BITS) | \
30 (BSP_CFG_ADX ## index ## _PCIE0_MIRROR_ADDRESS << BSP_PRV_ADX_PCIE0MIR_BITS)
32 #define BSP_PRV_STARTUP_ADX_NO_PCIE(index) \ argument
33 (BSP_CFG_ADX ## index ## _DDR_MIRROR1_ADDRESS << BSP_PRV_ADX_DDRMIR1_BITS) | \
34 (BSP_CFG_ADX ## index ## _DDR_MIRROR0_ADDRESS << BSP_PRV_ADX_DDRMIR0_BITS)
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/
Daes2_ccm_mode.c138 uint32_t index; in aes_block_swap_endian() local
139 for (index = 0; index <= HW_AES_BLOCK_LAST_WORD; index++) in aes_block_swap_endian()
141 aes_block_tmp[HW_AES_BLOCK_LAST_WORD - index] = __REV(*(InBlock + index)); in aes_block_swap_endian()
378 uint32_t index; in hw_aes_ccm_calculate_b0() local
387 index = (tlen - SCE_AES_PRV_CCM_TLEN_MIN_VALUE) / SCE_AES_PRV_CCM_TLEN_VALUE_OFFSET; in hw_aes_ccm_calculate_b0()
388 b95_b64 = g_aes_ccm_tlen_cfg_lut[index] << PARAM_B0_B95_B64_TLEN_OFFSET; in hw_aes_ccm_calculate_b0()
391index = (nlen - SCE_AES_PRV_CCM_NLEN_MIN_VALUE) / SCE_AES_PRV_CCM_NLEN_VALUE_OFFSET; in hw_aes_ccm_calculate_b0()
392 b95_b64 |= g_aes_ccm_nlen_cfg_lut[index] << PARAM_B0_B95_B64_NLEN_OFFSET; in hw_aes_ccm_calculate_b0()
/hal_renesas-latest/drivers/ra/fsp/src/r_qspi/
Dr_qspi.c392 uint32_t index = 0; in R_QSPI_Write() local
393 while (index < byte_count) in R_QSPI_Write()
396 R_QSPI->SFMCOM = p_src[index]; in R_QSPI_Write()
397 index++; in R_QSPI_Write()
444 for (uint32_t index = 0; index < p_instance_ctrl->p_cfg->erase_command_list_length; index++) in R_QSPI_Erase() local
447 if (byte_count == p_instance_ctrl->p_cfg->p_erase_command_list[index].size) in R_QSPI_Erase()
455 erase_command = p_instance_ctrl->p_cfg->p_erase_command_list[index].command; in R_QSPI_Erase()
/hal_renesas-latest/smartbond/da1469x_hal/
Dda1469x_trimv.c42 uint8_t index; member
150 g_mcu_trimv_groups[trimv_group].index = (offset - offset_start) / 4; in da1469x_trimv_init_from_otp()
187 offset = CS_OFFSET + grp->index * 4; in da1469x_trimv_group_read()
/hal_renesas-latest/drivers/ra/fsp/src/r_flash_hp/
Dr_flash_hp.c687 for (uint32_t index = 0U; index < num_bytes; index++) in R_FLASH_HP_BlankCheck() local
689 if (p_address[index] != UINT8_MAX) in R_FLASH_HP_BlankCheck()
2364 for (uint32_t index = 0U; index < 4U; index++) in flash_hp_set_id_code() local
2368 temp_area[index] = UINT32_MAX; in flash_hp_set_id_code()
2372 temp_area[index] = temp[index]; in flash_hp_set_id_code()
2421 for (uint32_t index = 0U; index < FLASH_HP_CONFIG_SET_ACCESS_WORD_CNT; index++) in flash_hp_configuration_area_write() local
2424 R_FACI_HP_CMD->FACI_CMD16 = g_configuration_area_data[index]; in flash_hp_configuration_area_write()
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/all/
Dbsp_irq.c230 uint32_t index = i / BSP_PRV_BITS_PER_WORD; in bsp_irq_cfg()
232 interrupt_security_state[index] &= ~(1U << bit); in bsp_irq_cfg()
Dbsp_clocks.c2962 for (uint8_t index = 0U; index < BSP_FEATURE_RTC_RTCCR_CHANNELS; index++) local
2965 R_RTC->RTCCR[index].RTCCR_b.TCEN = 0U;
2966 FSP_HARDWARE_REGISTER_WAIT(R_RTC->RTCCR[index].RTCCR_b.TCEN, 0);
/hal_renesas-latest/drivers/ra/fsp/src/r_ospi_b/
Dr_ospi_b.c598 for (uint32_t index = 0; index < erase_list_length; index++) in R_OSPI_B_Erase() local
601 if (byte_count == p_erase_list[index].size) in R_OSPI_B_Erase()
609 erase_command = p_erase_list[index].command; in R_OSPI_B_Erase()
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_glcdc.h215 uint8_t index,
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/aes2/adaptors/
Dr_sce_AES_adapt.c1252 uint32_t index; in HW_SCE_Aes128CcmDecryptFinalSub() local
1254 for (index = 0; index < block_num; index++) in HW_SCE_Aes128CcmDecryptFinalSub()
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_display_api.h419 …err_t (* clutEdit)(display_ctrl_t const * const p_ctrl, display_frame_layer_t layer, uint8_t index,
/hal_renesas-latest/drivers/ra/fsp/src/r_glcdc/
Dr_glcdc.c792 uint8_t index, in R_GLCDC_ClutEdit() argument
825 clut_hw[layer][index] = color; in R_GLCDC_ClutEdit()