Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Dcore_cm7.h2305 __STATIC_INLINE void SCB_InvalidateDCache_by_Addr (uint32_t *addr, int32_t dsize) in SCB_InvalidateDCache_by_Addr() argument
2308 int32_t op_size = dsize; in SCB_InvalidateDCache_by_Addr()
2332 __STATIC_INLINE void SCB_CleanDCache_by_Addr (uint32_t *addr, int32_t dsize) in SCB_CleanDCache_by_Addr() argument
2335 int32_t op_size = dsize; in SCB_CleanDCache_by_Addr()
2359 __STATIC_INLINE void SCB_CleanInvalidateDCache_by_Addr (uint32_t *addr, int32_t dsize) in SCB_CleanInvalidateDCache_by_Addr() argument
2362 int32_t op_size = dsize; in SCB_CleanInvalidateDCache_by_Addr()