Searched defs:PWR (Results 1 – 4 of 4) sorted by relevance
72 #define PWR2LOG(PWR) ( (PWR) < 1E-30 ? 10.0*log10(1E-30) : 10.0*log10(PWR) ) argument
57 #define PWR2LOG(PWR) ((PWR) < 1E-30 ? 10.0 * log10(1E-30) : 10.0 * log10(PWR)) argument
1350 #define PWR ((PWR_TypeDef *) PWR_BASE) macro
1493 #define PWR ((PWR_TypeDef *) PWR_BASE) macro