Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/cmsis/
Darm_math.h5185 __SIMD32_TYPE *vstate; in arm_pid_q15() local
5193 vstate = __SIMD32_CONST(S->state); in arm_pid_q15()
5194 acc = __SMLALD(S->A1, (q31_t) *vstate, acc); in arm_pid_q15()
/loramac-node-latest/src/boards/mcu/stm32/cmsis/
Darm_math.h4884 __SIMD32_TYPE *vstate; in arm_pid_q15() local
4892 vstate = __SIMD32_CONST(S->state); in arm_pid_q15()
4893 acc = (q63_t)__SMLALD((uint32_t)S->A1, (uint32_t)*vstate, (uint64_t)acc); in arm_pid_q15()