Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/cmsis/
Dcore_cm7.h448 …__O uint32_t DCISW; /*!< Offset: 0x260 ( /W) D-Cache Invalidate by Set-way … member
1951 SCB->DCISW = sw; in SCB_EnableDCache()
2021 SCB->DCISW = sw; in SCB_InvalidateDCache()
/loramac-node-3.4.0/src/boards/mcu/stm32/cmsis/
Dcore_cm7.h538 __OM uint32_t DCISW; /*!< Offset: 0x260 ( /W) D-Cache Invalidate by Set-way */ member
2140 SCB->DCISW = (((sets << SCB_DCISW_SET_Pos) & SCB_DCISW_SET_Msk) | in SCB_EnableDCache()
2215 SCB->DCISW = (((sets << SCB_DCISW_SET_Pos) & SCB_DCISW_SET_Msk) | in SCB_InvalidateDCache()