Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Darm_math.h5638 float32_t Iq, in arm_inv_park_f32() argument
5645 *pIalpha = Id * cosVal - Iq * sinVal; in arm_inv_park_f32()
5648 *pIbeta = Id * sinVal + Iq * cosVal; in arm_inv_park_f32()
5673 q31_t Iq, in arm_inv_park_q31() argument
5686 product2 = (q31_t) (((q63_t) (Iq) * (sinVal)) >> 31); in arm_inv_park_q31()
5693 product4 = (q31_t) (((q63_t) (Iq) * (cosVal)) >> 31); in arm_inv_park_q31()
/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Darm_math.h5309 float32_t Iq, in arm_inv_park_f32() argument
5316 *pIalpha = Id * cosVal - Iq * sinVal; in arm_inv_park_f32()
5319 *pIbeta = Id * sinVal + Iq * cosVal; in arm_inv_park_f32()
5340 q31_t Iq, in arm_inv_park_q31() argument
5353 product2 = (q31_t) (((q63_t) (Iq) * (sinVal)) >> 31); in arm_inv_park_q31()
5360 product4 = (q31_t) (((q63_t) (Iq) * (cosVal)) >> 31); in arm_inv_park_q31()