Searched refs:command (Results 1 – 7 of 7) sorted by relevance
56 command[1] = strSector; in Chip_IAP_PreSectorForReadWrite()57 command[2] = endSector; in Chip_IAP_PreSectorForReadWrite()69 command[1] = dstAdd; in Chip_IAP_CopyRamToFlash()71 command[3] = byteswrt; in Chip_IAP_CopyRamToFlash()84 command[1] = strSector; in Chip_IAP_EraseSector()85 command[2] = endSector; in Chip_IAP_EraseSector()133 command[1] = dstAdd; in Chip_IAP_Compare()134 command[2] = srcAdd; in Chip_IAP_Compare()135 command[3] = bytescmp; in Chip_IAP_Compare()169 command[1] = strPage; in Chip_IAP_ErasePage()[all …]
54 uint32_t command[5], result[4]; in Chip_EEPROM_Write() local56 command[0] = IAP_EEPROM_WRITE; in Chip_EEPROM_Write()57 command[1] = dstAdd; in Chip_EEPROM_Write()58 command[2] = (uint32_t) ptr; in Chip_EEPROM_Write()59 command[3] = byteswrt; in Chip_EEPROM_Write()61 iap_entry(command, result); in Chip_EEPROM_Write()71 command[0] = IAP_EEPROM_READ; in Chip_EEPROM_Read()72 command[1] = srcAdd; in Chip_EEPROM_Read()73 command[2] = (uint32_t) ptr; in Chip_EEPROM_Read()74 command[3] = bytesrd; in Chip_EEPROM_Read()[all …]
64 static unsigned int command[5], result[4]; variable114 command[0] = IAP_REPID_CMD; /* Read ID command code */ in main()115 iap_entry(command, result); in main()120 command[0] = IAP_REPID_CMD; in main()121 iap_entry(command, result); in main()126 command[2] = IAP_LAST_SECTOR; /* End Sector Number */ in main()127 iap_entry(command, result); in main()130 command[0] = IAP_ERSSECTOR_CMD; /* Erase command code*/ in main()133 iap_entry(command, result); in main()139 iap_entry(command, result); in main()[all …]
73 # The command for calling the compiler.129 # The command for calling the library archiver.134 # The command for calling the linker.159 # The command for extracting images from the linked executables.
2 * @brief EEPROM example using IAP command to read/write from/to EEPROM
374 # \nosubgrouping command.686 # popen()) the command command input-file, where command is the value of the872 # command).892 # \image command).898 # by executing (via popen()) the command:2202 # command. Doxygen will then run the mscgen tool (see:2343 # accomplished by means of the command \hidecallgraph.2355 # accomplished by means of the command \hidecallergraph.2412 # command).2419 # command).[all …]
141 …se could be violated after the NFCT peripheral was put to the Sleep state with the SLP_REQ command.
Completed in 12 milliseconds