Searched refs:sw (Results 1 – 1 of 1) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/saml21/cmsis/ |
D | core_cm7.h | 1936 uint32_t ccsidr, sshift, wshift, sw; in SCB_EnableDCache() local 1950 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_EnableDCache() 1951 SCB->DCISW = sw; in SCB_EnableDCache() 1971 uint32_t ccsidr, sshift, wshift, sw; in SCB_DisableDCache() local 1987 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_DisableDCache() 1988 SCB->DCCISW = sw; in SCB_DisableDCache() 2006 uint32_t ccsidr, sshift, wshift, sw; in SCB_InvalidateDCache() local 2020 sw = ((tmpways << wshift) | (sets << sshift)); in SCB_InvalidateDCache() 2021 SCB->DCISW = sw; in SCB_InvalidateDCache() 2038 uint32_t ccsidr, sshift, wshift, sw; in SCB_CleanDCache() local [all …]
|