Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 19 of 19) sorted by relevance

/cmsis_6-latest/CMSIS/Core/Include/
Dcmsis_compiler.h100 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void*)(addr))->v… argument
104 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument
108 …#define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->… argument
112 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… argument
173 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… argument
177 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument
181 …#define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->… argument
185 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… argument
245 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… argument
249 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument
[all …]
Dcmsis_gcc.h77 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… argument
85 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument
93 …#define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->… argument
101 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… argument
411 __STATIC_FORCEINLINE uint8_t __LDREXB(volatile uint8_t *addr) in __LDREXB()
428 __STATIC_FORCEINLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr) in __STREXB()
445 __STATIC_FORCEINLINE uint16_t __LDREXH(volatile uint16_t *addr) in __LDREXH()
462 __STATIC_FORCEINLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr) in __STREXH()
479 __STATIC_FORCEINLINE uint32_t __LDREXW(volatile uint32_t *addr) in __LDREXW()
496 __STATIC_FORCEINLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW()
Dcmsis_iccarm.h348 __IAR_FT uint8_t __LDRBT(volatile uint8_t *addr) in __LDRBT()
355 __IAR_FT uint16_t __LDRHT(volatile uint16_t *addr) in __LDRHT()
362 __IAR_FT uint32_t __LDRT(volatile uint32_t *addr) in __LDRT()
369 __IAR_FT void __STRBT(uint8_t value, volatile uint8_t *addr) in __STRBT()
374 __IAR_FT void __STRHT(uint16_t value, volatile uint16_t *addr) in __STRHT()
379 __IAR_FT void __STRT(uint32_t value, volatile uint32_t *addr) in __STRT()
Dcmsis_armclang.h75 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… argument
82 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument
89 …#define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->… argument
96 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… argument
Dcmsis_clang.h80 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… argument
87 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument
94 …#define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->… argument
101 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… argument
Dcore_starmc1.h3217 __STATIC_FORCEINLINE void SCB_InvalidateICache_by_Addr (void *addr, int32_t isize) in SCB_InvalidateICache_by_Addr()
3430 __STATIC_FORCEINLINE void SCB_InvalidateDCache_by_Addr (void *addr, int32_t dsize) in SCB_InvalidateDCache_by_Addr()
3460 __STATIC_FORCEINLINE void SCB_CleanDCache_by_Addr (uint32_t *addr, int32_t dsize) in SCB_CleanDCache_by_Addr()
3490 __STATIC_FORCEINLINE void SCB_CleanInvalidateDCache_by_Addr (uint32_t *addr, int32_t dsize) in SCB_CleanInvalidateDCache_by_Addr()
/cmsis_6-latest/CMSIS/Documentation/Doxygen/Driver/src/
DDriver_Storage.c446 int32_t ARM_Storage_ReadData (uint64_t addr, void *data, uint32_t size) { in ARM_Storage_ReadData()
461 int32_t ARM_Storage_ProgramData (uint64_t addr, const void *data, uint32_t size) { in ARM_Storage_ProgramData()
481 int32_t ARM_Storage_Erase (uint64_t addr, uint32_t size) { in ARM_Storage_Erase()
557 uint32_t ARM_Storage_ResolveAddress(uint64_t addr) { in ARM_Storage_ResolveAddress()
593 int32_t ARM_Storage_GetBlock(uint64_t addr, ARM_STORAGE_BLOCK *block) { in ARM_Storage_GetBlock()
DDriver_Flash.c240 int32_t ARM_Flash_ReadData (uint32_t addr, void *data, uint32_t cnt) { in ARM_Flash_ReadData()
261 int32_t ARM_Flash_ProgramData (uint32_t addr, const void *data, uint32_t cnt) { in ARM_Flash_ProgramData()
282 int32_t ARM_Flash_EraseSector (uint32_t addr) { in ARM_Flash_EraseSector()
DI2C_Demo.c57 int32_t EEPROM_Read_Event (uint16_t addr, uint8_t *buf, uint32_t len) { in EEPROM_Read_Event()
87 int32_t EEPROM_Read_Pool (uint16_t addr, uint8_t *buf, uint32_t len) { in EEPROM_Read_Pool()
DDriver_I2C.c281 int32_t ARM_I2C_MasterTransmit (uint32_t addr, const uint8_t *data, uint32_t num, bool xfer_pending… in ARM_I2C_MasterTransmit()
317 int32_t ARM_I2C_MasterReceive (uint32_t addr, uint8_t *data, uint32_t num, bool xfer_pending) { in ARM_I2C_MasterReceive()
DDriver_NAND.c515 int32_t ARM_NAND_SendAddress (uint32_t dev_num, uint8_t addr) { in ARM_NAND_SendAddress()
/cmsis_6-latest/CMSIS/Driver/DriverTemplates/
DDriver_Storage.c72 static int32_t ARM_Storage_ReadData (uint64_t addr, void *data, uint32_t size) { in ARM_Storage_ReadData()
75 static int32_t ARM_Storage_ProgramData (uint64_t addr, const void *data, uint32_t size) { in ARM_Storage_ProgramData()
78 static int32_t ARM_Storage_Erase (uint64_t addr, uint32_t size) { in ARM_Storage_Erase()
90 static uint32_t ARM_Storage_ResolveAddress(uint64_t addr) { in ARM_Storage_ResolveAddress()
96 static int32_t ARM_Storage_GetBlock(uint64_t addr, ARM_STORAGE_BLOCK *block) { in ARM_Storage_GetBlock()
DDriver_Flash.c98 static int32_t ARM_Flash_ReadData(uint32_t addr, void *data, uint32_t cnt) in ARM_Flash_ReadData()
102 static int32_t ARM_Flash_ProgramData(uint32_t addr, const void *data, uint32_t cnt) in ARM_Flash_ProgramData()
106 static int32_t ARM_Flash_EraseSector(uint32_t addr) in ARM_Flash_EraseSector()
DDriver_I2C.c72 static int32_t ARM_I2C_MasterTransmit(uint32_t addr, const uint8_t *data, uint32_t num, bool xfer_p… in ARM_I2C_MasterTransmit()
76 static int32_t ARM_I2C_MasterReceive(uint32_t addr, uint8_t *data, uint32_t num, bool xfer_pending) in ARM_I2C_MasterReceive()
DDriver_NAND.c113 static int32_t ARM_NAND_SendAddress (uint32_t dev_num, uint8_t addr) { in ARM_NAND_SendAddress()
/cmsis_6-latest/CMSIS/Core/Include/m-profile/
Darmv7m_cachel1.h113 __STATIC_FORCEINLINE void SCB_InvalidateICache_by_Addr (volatile void *addr, int32_t isize) in SCB_InvalidateICache_by_Addr()
356 __STATIC_FORCEINLINE void SCB_InvalidateDCache_by_Addr (volatile void *addr, int32_t dsize) in SCB_InvalidateDCache_by_Addr()
386 __STATIC_FORCEINLINE void SCB_CleanDCache_by_Addr (volatile void *addr, int32_t dsize) in SCB_CleanDCache_by_Addr()
416 __STATIC_FORCEINLINE void SCB_CleanInvalidateDCache_by_Addr (volatile void *addr, int32_t dsize) in SCB_CleanInvalidateDCache_by_Addr()
Dcmsis_tiarmclang_m.h70 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… argument
77 …#define __UNALIGNED_UINT16_READ(addr) (((const struct T_UINT16_READ *)(const void *)(addr… argument
84 …#define __UNALIGNED_UINT32_WRITE(addr, val) (void)((((struct T_UINT32_WRITE *)(void *)(addr))->… argument
91 …#define __UNALIGNED_UINT32_READ(addr) (((const struct T_UINT32_READ *)(const void *)(addr… argument
/cmsis_6-latest/CMSIS/Driver/Include/
DDriver_Flash.h61 #define ARM_FLASH_SECTOR_INFO(addr,size) { (addr), (addr)+(size)-1 } argument
DDriver_Storage.h89 …uint64_t addr; ///< This is the start address of the storage block. It is member