Home
last modified time | relevance | path

Searched full:program (Results 1 – 25 of 192) sorted by relevance

12345678

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/bl1/scripts/
Ddma_config.yaml40 program:
47 - !include include/program0_cmd0.yaml # Program 0 - Command 0
48 - !include include/program0_cmd1.yaml # Program 0 - Command 1
49 - !include include/program0_cmd2.yaml # Program 0 - Command 2
57 - !include include/program1_cmd0.yaml # Program 1 - Command 0
58 - !include include/program1_cmd1.yaml # Program 1 - Command 1
66 - !include include/program2_cmd0.yaml # Program 2 - Command 0
67 - !include include/program2_cmd1.yaml # Program 2 - Command 1
68 - !include include/program2_cmd2.yaml # Program 2 - Command 2
69 - !include include/program2_cmd3.yaml # Program 2 - Command 3
[all …]
Dcreate_bl1_1_dma_bin.py113 program_count = len(data["program"])
147 for program in data['program']:
148 commands = program['commands']
149 sizes[program['name']] = 0
153 sizes[program['name']] += command_size
154 …command_storage_locations[command['command_name']] = location_next_addresses[program['storage_loca…
155 …command_execution_locations[command['command_name']] = location_next_addresses[program['execution_…
156 location_next_addresses[program['storage_location']] += command_size
159 …if location_next_addresses[program['storage_location']] != location_next_addresses[program['execut…
160 location_next_addresses[program['execution_location']] += command_size
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_flash.c8 * + Program operations functions
29 It implements the erase and program Flash memory operations and the read
34 (+) Flash memory program/erase operations
46 This driver provides functions and macros to configure and program the FLASH
105 * @brief Variable used for Program/Erase sectors under interruption
146 program operations.
153 * @brief Program a quad-word at a specified address.
154 * @param TypeProgram Indicate the way to program at a specified address.
199 /* Program a quad-word (128-bit) at a specified address */ in HAL_FLASH_Program()
208 /* Program a quad-word (128-bit) of OBK at a specified address */ in HAL_FLASH_Program()
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_flash.c8 * + Program operations functions
30 It implements the erase and program Flash memory operations and the read
38 (+) Flash memory program/erase operations
50 This driver provides functions and macros to configure and program the FLASH
56 (++) Program functions: quad-words and burst program (8 quad-words)
108 * @brief Variable used for Program/Erase sectors under interruption
146 program operations.
153 * @brief Program a quad-word or a burst of 8 quad-words at a specified address.
154 * @param TypeProgram Indicate the way to program at a specified address.
190 /* Program a quad-word (128-bit) at a specified address */ in HAL_FLASH_Program()
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_flash.c8 * + Program operations functions
18 to the Flash memory. It implements the erase and program Flash memory operations
26 (+) Flash memory program/erase operations
38 This driver provides functions and macros to configure and program the FLASH
44 (++) Program functions: double word
107 * @brief Variable used for Program/Erase sectors under interruption
143 program operations.
150 * @brief Program double word at a specified address.
151 * @param TypeProgram Indicate the way to program at a specified address.
155 * This parameter is the data for the double word program
[all …]
/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2354/bsp/Device/Nuvoton/M2354/Include/
Dfmc_reg.h68 * | | |(5) Erase or Program command at brown-out detected
82 …* | | |(19) Page erase, mass erase , multi-word program or 64-bit word program in …
106 * | | |For FLASH 32-bit Program, ISP address needs word alignment (4-byte)
107 … * | | |For FLASH 64-bit Program, ISP address needs double word alignment (8-byte).
114 * | | |Write data to this register before ISP program operation.
134 * | | |0x21= FLASH 32-bit Program.
138 * | | |0x27= FLASH Multi-Word Program.
143 * | | |0x61= FLASH 64-bit Program.
181 * |[5] |PGFF |Flash Program with Fast Verification Flag (Read Only)
184 * | | |0 = Flash Program is success.
[all …]
/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2351/bsp/Device/Nuvoton/M2351/Include/
Dfmc_reg.h67 * | | |(5) Erase or Program command at brown-out detected
81 …* | | |(19) Page erase, mass erase , multi-word program or 64-bit word program in …
105 * | | |For FLASH 32-bit Program, ISP address needs word alignment (4-byte)
106 … * | | |For FLASH 64-bit Program, ISP address needs double word alignment (8-byte).
113 * | | |Write data to this register before ISP program operation.
133 * | | |0x21= FLASH 32-bit Program.
137 * | | |0x27= FLASH Multi-Word Program.
142 * | | |0x61= FLASH 64-bit Program.
180 * |[5] |PGFF |Flash Program with Fast Verification Flag (Read Only)
183 * | | |0 = Flash Program is success.
[all …]
/trusted-firmware-m-latest/platform/ext/target/cypress/psoc64/libs/core-lib/docs/html/
Dmenudata.js7 This program is free software; you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 with this program; if not, write to the Free Software Foundation, Inc.,
Dnavtreedata.js7 This program is free software; you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 with this program; if not, write to the Free Software Foundation, Inc.,
Dmenu.js7 This program is free software; you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 with this program; if not, write to the Free Software Foundation, Inc.,
Dresize.js7 This program is free software; you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 with this program; if not, write to the Free Software Foundation, Inc.,
Ddynsections.js7 This program is free software; you can redistribute it and/or modify
12 This program is distributed in the hope that it will be useful,
18 with this program; if not, write to the Free Software Foundation, Inc.,
/trusted-firmware-m-latest/bl2/src/
Dflash_map.c253 * ---->--|---- PROGRAM UNIT ---|-- PROGRAM UNIT --|---- PROGRAM UNIT -----| in flash_area_write()
291 /* Program the first FLASH_PROGRAM_UNIT. */ in flash_area_write()
293 /* Fill the first program unit bytes with data from src. */ in flash_area_write()
312 /* Check the first program unit bytes are all filled. */ in flash_area_write()
331 /* Program from the first aligned bytes(src_written_idx) to the last in flash_area_write()
346 /* Program the last program unit data into flash. */ in flash_area_write()
/trusted-firmware-m-latest/docs/platform/lairdconnectivity/bl5340_dvk_cpuapp/
DREADME.rst96 To program the flash with a compiled TF-M image (i.e. S, NS or both) after
117 …nrfjprog --program <sample folder>/install/outputs/LAIRDCONNECTIVITY/BL5340_DVK_CPUAPP/bl2.hex -f …
118 …nrfjprog --program <sample folder>/install/outputs/LAIRDCONNECTIVITY/BL5340_DVK_CPUAPP/tfm_s_ns_si…
129 To program the flash with a compiled TF-M image (i.e. S, NS or both) after
150 …nrfjprog --program <sample folder>/install/outputs/LAIRDCONNECTIVITY/BL5340_DVK_CPUAPP/bl2.hex -f …
151 …nrfjprog --program <sample folder>/install/outputs/LAIRDCONNECTIVITY/BL5340_DVK_CPUAPP/tfm_s_ns_si…
/trusted-firmware-m-latest/platform/ext/target/stm/common/hal/Components/mx25lm51245g/
Dmx25lm51245g.h93 #define MX25LM51245G_PAGE_PROG_CMD 0x02U /*!< Page Program 3 Byte Address …
101 #define MX25LM51245G_4_BYTE_PAGE_PROG_CMD 0x12U /*!< Page Program 4 Byte Address …
108 #define MX25LM51245G_PROG_ERASE_SUSPEND_CMD 0xB0U /*!< Program/Erase suspend …
109 #define MX25LM51245G_PROG_ERASE_RESUME_CMD 0x30U /*!< Program/Erase resume …
139 #define MX25LM51245G_WRITE_SPB_BIT_CMD 0xE3U /*!< SPB bit program
156 #define MX25LM51245G_OCTA_PAGE_PROG_CMD 0x12EDU /*!< Octa Page Program
164 #define MX25LM51245G_OCTA_PROG_ERASE_SUSPEND_CMD 0xB04FU /*!< Octa Program/Erase su…
165 #define MX25LM51245G_OCTA_PROG_ERASE_RESUME_CMD 0x30CFU /*!< Octa Program/Erase re…
194 #define MX25LM51245G_OCTA_WRITE_SPB_BIT_CMD 0xE31CU /*!< Octa SPB bit program
209 …R_PB 0x3CU /*!< Block protected against program and erase operati…
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_flash.h56 … Address; /*!< Internal variable to save address selected for program */
89 #define FLASH_FLAG_PGSERR FLASH_SR_PGSERR /*!< FLASH Program Sequence Err…
122 #define FLASH_IT_PGSERR FLASH_CR_PGSERRIE /*!< Program Sequence Error interrupt e…
155 #define HAL_FLASH_ERROR_PGS FLASH_FLAG_PGSERR /*!< Program Sequence Error …
169 /** @defgroup FLASH_Type_Program FLASH Program Type
173 …ROGRAM_QUADWORD FLASH_CR_PG /*!< Program a quad-word
175 …OGRAM_QUADWORD_NS (FLASH_CR_PG | FLASH_NON_SECURE_MASK) /*!< Program a quad-word
178 …OGRAM_QUADWORD_OBK (FLASH_CR_PG | FLASH_OBK) /*!< Program a quad-word
180 …OGRAM_QUADWORD_OBK_ALT (FLASH_CR_PG | FLASH_OBK | FLASH_OBKCFGR_ALT_SECT) /*!< Program a quad-word
184 …PROGRAM_HALFWORD_EDATA (FLASH_CR_PG | FLASH_EDATA) /*!< Program a flash
[all …]
/trusted-firmware-m-latest/platform/ext/driver/
DDriver_Flash.h85 …uint32_t error : 1; ///< Read/Program/Erase error flag (cleared on start of next…
92 #define ARM_FLASH_EVENT_ERROR (1UL << 1) ///< Read/Program/Erase Error
133 \brief Program data to Flash.
136 \param[in] cnt Number of data items to program.
193 …onst void *data, uint32_t cnt); ///< Pointer to \ref ARM_Flash_ProgramData : Program data to Flash.
/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Driver/Include/
DDriver_Flash.h90 …uint32_t error : 1; ///< Read/Program/Erase error flag (cleared on start of next…
97 #define ARM_FLASH_EVENT_ERROR (1UL << 1) ///< Read/Program/Erase Error
138 \brief Program data to Flash.
141 \param[in] cnt Number of data items to program.
197 …onst void *data, uint32_t cnt); ///< Pointer to \ref ARM_Flash_ProgramData : Program data to Flash.
/trusted-firmware-m-latest/secure_fw/partitions/internal_trusted_storage/flash/
Dits_flash.h42 * aligned to the program unit.
72 * aligned to the program unit.
84 * \brief Provides a compile-time constant for the maximum program unit required
/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/src/
Dfmc.c97 * @retval -1 Program failed.
100 * @details Program XOM base address and XOM size(page)
590 * @ details Execute ISP FMC_ISPCMD_PROGRAM to program a word to flash.
612 * @ details Execute ISP FMC_ISPCMD_PROGRAM_64 to program a double-word to flash.
638 * @param[in] u32Count The word count to program to User Configuration.
677 * @details Program Multi-Word data into specified address of flash.
776 * @retval -1 Program failed.
779 * @details Program a 64-bits data to the specified OTP.
831 * @retval -1 Program failed.
/trusted-firmware-m-latest/docs/platform/nordic_nrf/nrf9160dk_nrf9160/
DREADME.rst85 To program the flash with a compiled TF-M image (i.e. S, NS or both) after having
114 nrfjprog --program build_spe/bin/bl2.hex -f nrf91 --sectorerase
115 nrfjprog --program build_app/tfm_s_ns_signed.hex -f nrf91 --sectorerase
/trusted-firmware-m-latest/docs/platform/nordic_nrf/nrf9161dk_nrf9161/
DREADME.rst85 To program the flash with a compiled TF-M image (i.e. S, NS or both) after having
114 nrfjprog --program build_spe/bin/bl2.hex -f nrf91 --sectorerase
115 nrfjprog --program build_app/tfm_s_ns_signed.hex -f nrf91 --sectorerase
/trusted-firmware-m-latest/platform/ext/target/nuvoton/m2354/bsp/Library/StdDriver/inc/
Dfmc.h65 #define FMC_MULTI_WORD_PROG_LEN 512UL /*!< The maximum length of a multi-word program. */
95 #define FMC_ISPCMD_PROGRAM 0x21UL /*!< ISP Command: 32-bit Program Flash */
98 #define FMC_ISPCMD_PROGRAM_MUL 0x27UL /*!< ISP Command: Flash Multi-Word Program */
104 #define FMC_ISPCMD_PROGRAM_64 0x61UL /*!< ISP Command: 64-bit program Flash */
340 * @brief Enable Data Flash Temper Attack Program Function
346 … will set TMPCLR bit of DFCTL control register to enable Data Flash Temper Attack Program Function.
349 … (FMC->DFCTL |= FMC_DFCTL_TMPCLR_Msk) /*!< Enable Data Flash Temper Attack Program Function */
352 * @brief Disable Data Flash Temper Attack Program Function
358 …ll clear TMPCLR bit of DFCTL control register to disable Data Flash Temper Attack Program Function.
361 … (FMC->DFCTL &= ~FMC_DFCTL_TMPCLR_Msk) /*!< Disable Data Flash Temper Attack Program Function */
/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/host_drivers/ni_tower/
Dni_tower_rse_drv.h48 * \brief Program NI-Tower PSAM from PSAM configs
63 * \brief Program NI-Tower APU from APU configs
/trusted-firmware-m-latest/docs/platform/nordic_nrf/nrf5340dk_nrf5340_cpuapp/
DREADME.rst93 To program the flash with a compiled TF-M image (i.e. S, NS or both) after having
122 nrfjprog --program build_spe/bin/bl2.hex -f nrf53 --sectorerase
123 nrfjprog --program build_app/tfm_s_ns_signed.hex -f nrf53 --sectorerase

12345678