Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcore_cm0plus.h636 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) macro
Dcore_cm33.h2025 #define _FLD2VAL(field, value) (((uint32_t)(value) & field ## _Msk) >> field ## _Pos) macro