Home
last modified time | relevance | path

Searched defs:POSITION_VAL (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/Device/Include/
Dstm32l5xx.h159 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL))) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/Device/Include/
Dstm32u5xx.h222 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL))) macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/Device/Include/
Dstm32h5xx.h217 #define POSITION_VAL(VAL) (__CLZ(__RBIT(VAL))) macro