/hal_renesas-latest/smartbond/da1469x_hal/ |
D | da1469x_qspic.c | 140 uint8_t cmd; in da1469x_qspi_memory_jedec_reset() local 144 cmd = MEMORY_JEDEC_RESET_ENABLE; in da1469x_qspi_memory_jedec_reset() 145 qspi_write(qspi_id, (const uint8_t *)&cmd, 1); in da1469x_qspi_memory_jedec_reset() 146 cmd = MEMORY_JEDEC_RESET_CMD; in da1469x_qspi_memory_jedec_reset() 147 qspi_write(qspi_id, (const uint8_t *)&cmd, 1); in da1469x_qspi_memory_jedec_reset() 154 cmd = MEMORY_JEDEC_RESET_ENABLE; in da1469x_qspi_memory_jedec_reset() 155 qspi_write(qspi_id, (const uint8_t *)&cmd, 1); in da1469x_qspi_memory_jedec_reset() 156 cmd = MEMORY_JEDEC_RESET_CMD; in da1469x_qspi_memory_jedec_reset() 157 qspi_write(qspi_id, (const uint8_t *)&cmd, 1); in da1469x_qspi_memory_jedec_reset() 165 uint8_t cmd[4] = { 0 }; in da1469x_qspi_memory_jedec_read_id() local [all …]
|
D | da1469x_lcdc.c | 188 da1469x_lcdc_send_cmd_data(bool cmd, const uint8_t *buf, size_t len) in da1469x_lcdc_send_cmd_data() argument 201 LCDC_DBIB_CMD_REG_GET_FIELD(LCDC_DBIB_CMD_SEND) != cmd) { in da1469x_lcdc_send_cmd_data() 207 LCDC_DBIB_CMD_REG_SET_FIELD(LCDC_DBIB_CMD_SEND, lcdc_dbib_cmd_reg, cmd ? 0x1 : 0x0); in da1469x_lcdc_send_cmd_data()
|
D | da1469x_qspic.h | 170 da1469x_qspi_enter_exit_qpi_mode(QSPIC_TYPE qspi_id, bool enter, uint8_t cmd);
|
D | da1469x_lcdc.h | 185 da1469x_lcdc_send_cmd_data(bool cmd, const uint8_t *buf, size_t len);
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/adaptors/ |
D | r_sce_adapt.c | 114 const sce_oem_cmd_t cmd, in HW_SCE_GenerateOemKeyIndexPrivate() argument 124 indata_cmd[0] = (cmd); in HW_SCE_GenerateOemKeyIndexPrivate() 127 INST_DATA_SIZE = sce_oem_key_size[cmd] - 4U; in HW_SCE_GenerateOemKeyIndexPrivate() 133 if (cmd == SCE_OEM_CMD_AES128) in HW_SCE_GenerateOemKeyIndexPrivate() 137 else if (cmd == SCE_OEM_CMD_AES192) in HW_SCE_GenerateOemKeyIndexPrivate() 141 else if (cmd == SCE_OEM_CMD_AES256) in HW_SCE_GenerateOemKeyIndexPrivate() 145 else if (cmd == SCE_OEM_CMD_AES128_XTS) in HW_SCE_GenerateOemKeyIndexPrivate() 149 else if (cmd == SCE_OEM_CMD_RSA2048_PUBLIC) in HW_SCE_GenerateOemKeyIndexPrivate() 153 else if (cmd == SCE_OEM_CMD_RSA2048_PRIVATE) in HW_SCE_GenerateOemKeyIndexPrivate() 157 else if (cmd == SCE_OEM_CMD_ECC_P192_PUBLIC) in HW_SCE_GenerateOemKeyIndexPrivate() [all …]
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce5/plainkey/adaptors/ |
D | r_sce_adapt.c | 139 const sce_oem_cmd_t cmd, in HW_SCE_GenerateOemKeyIndexPrivate() argument 150 INST_DATA_SIZE = sce_oem_key_size[cmd] - 4U; in HW_SCE_GenerateOemKeyIndexPrivate() 156 if (cmd == SCE_OEM_CMD_AES128) in HW_SCE_GenerateOemKeyIndexPrivate() 160 else if (cmd == SCE_OEM_CMD_AES256) in HW_SCE_GenerateOemKeyIndexPrivate() 164 else if (cmd == SCE_OEM_CMD_AES128_XTS) in HW_SCE_GenerateOemKeyIndexPrivate()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/rsip7/plainkey/adaptors/ |
D | r_sce_adapt.c | 147 const sce_oem_cmd_t cmd, in HW_SCE_GenerateOemKeyIndexPrivate() argument 158 indata_cmd[0] = change_endian_long((uint32_t)cmd); in HW_SCE_GenerateOemKeyIndexPrivate() 160 INST_DATA_SIZE = sce_oem_key_size[cmd] - 4U; in HW_SCE_GenerateOemKeyIndexPrivate() 161 KEY_INDEX_SIZE = sce_oem_key_size[cmd] + 1U; in HW_SCE_GenerateOemKeyIndexPrivate()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/adaptors/ |
D | r_sce_adapt.c | 156 const sce_oem_cmd_t cmd, in HW_SCE_GenerateOemKeyIndexPrivate() argument 166 indata_cmd[0] = (cmd); in HW_SCE_GenerateOemKeyIndexPrivate() 169 INST_DATA_SIZE = sce_oem_key_size[cmd] - 4U; in HW_SCE_GenerateOemKeyIndexPrivate()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce5b/plainkey/adaptors/ |
D | r_sce_adapt.c | 166 const sce_oem_cmd_t cmd, in HW_SCE_GenerateOemKeyIndexPrivate() argument 176 indata_cmd[0] = (cmd); in HW_SCE_GenerateOemKeyIndexPrivate() 179 INST_DATA_SIZE = sce_oem_key_size[cmd] - 4U; in HW_SCE_GenerateOemKeyIndexPrivate()
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/ |
D | hw_sce_private.h | 86 const sce_oem_cmd_t cmd,
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/rsip7/plainkey/private/inc/ |
D | hw_sce_ra_private.h | 231 …OemKeyIndexPrivate (const sce_oem_key_type_t key_type, const sce_oem_cmd_t cmd, const uint8_t *enc…
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/private/inc/ |
D | hw_sce_ra_private.h | 408 const sce_oem_cmd_t cmd,
|