Home
last modified time | relevance | path

Searched refs:p_dotf_cfg (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_ospi_b/
Dr_ospi_b.c120 static fsp_err_t r_ospi_b_dotf_setup(ospi_b_dotf_cfg_t * p_dotf_cfg);
197 if (NULL != p_cfg_extend->p_dotf_cfg) in R_OSPI_B_Open()
199 fsp_err_t dotf_ret = r_ospi_b_dotf_setup((ospi_b_dotf_cfg_t *) p_cfg_extend->p_dotf_cfg); in R_OSPI_B_Open()
1223 static fsp_err_t r_ospi_b_dotf_setup (ospi_b_dotf_cfg_t * p_dotf_cfg) in r_ospi_b_dotf_setup() argument
1230 … if((((uint32_t) &(p_dotf_cfg->p_key[0])) & 0x03) && (((uint32_t) &(p_dotf_cfg->p_iv[0])) & 0x03)) in r_ospi_b_dotf_setup()
1235 if (OSPI_B_DOTF_AES_KEY_TYPE_128 == p_dotf_cfg->key_type) in r_ospi_b_dotf_setup()
1239 else if (OSPI_B_DOTF_AES_KEY_TYPE_192 == p_dotf_cfg->key_type) in r_ospi_b_dotf_setup()
1243 else if (OSPI_B_DOTF_AES_KEY_TYPE_256 == p_dotf_cfg->key_type) in r_ospi_b_dotf_setup()
1261 (uint8_t *) p_dotf_cfg->p_key, in r_ospi_b_dotf_setup()
1288 R_DOTF->REG03 = change_endian_long(p_dotf_cfg->p_iv[0]); in r_ospi_b_dotf_setup()
[all …]
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_ospi_b.h179 ospi_b_dotf_cfg_t const * p_dotf_cfg; ///< DOTF Configuration member