| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/ |
| D | arm_cfft_radix4_q15.c | 567 q15_t R0, R1, S0, S1, T0, T1, U0, U1; in arm_radix4_butterfly_q15() 612 S1 = pSrc16[(i2 * 2U) + 1U] >> 2U; in arm_radix4_butterfly_q15() 617 R1 = __SSAT(T1 + S1, 16U); in arm_radix4_butterfly_q15() 622 S1 = __SSAT(T1 - S1, 16); in arm_radix4_butterfly_q15() 683 R1 = (q15_t) __SSAT((q31_t) (S1 + T0), 16); in arm_radix4_butterfly_q15() 687 S1 = (q15_t) __SSAT(((q31_t) S1 - T0), 16U); in arm_radix4_butterfly_q15() 694 out1 = (q15_t) ((Si1 * S1 + Co1 * S0) >> 16); in arm_radix4_butterfly_q15() 696 out2 = (q15_t) ((-Si1 * S0 + Co1 * S1) >> 16); in arm_radix4_butterfly_q15() 768 S1 = pSrc16[(i2 * 2U) + 1U]; in arm_radix4_butterfly_q15() 772 R1 = __SSAT(T1 + S1, 16); in arm_radix4_butterfly_q15() [all …]
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wls/ |
| D | range_kalman.c | 21 float nu, S1; in range_kalman() local 46 S1 = in->measurement_var + R1_11; in range_kalman() 48 W1_1 = R1_11 / S1; in range_kalman() 49 W1_2 = R1_12 / S1; in range_kalman() 52 R1_11 -= W1_1 * S1 * W1_1; in range_kalman() 54 R1_12 -= W1_1 * S1 * W1_2; in range_kalman() 56 R1_22 -= W1_2 * S1 * W1_2; in range_kalman() 95 int nu, S1; in range_kalman() local 120 S1 = in->measurement_var + R1_11; in range_kalman() 122 W1_1 = R1_11 / S1; in range_kalman() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/lpsci/ |
| D | fsl_lpsci.c | 329 while (0 == (base->S1 & UART0_S1_TC_MASK)) in LPSCI_Deinit() 464 status_flag = base->S1 | ((uint32_t)(base->S2) << 8); in LPSCI_GetStatusFlags() 496 base->S1 = (mask & (kLPSCI_IdleLineFlag | kLPSCI_RxOverrunFlag | kLPSCI_NoiseErrorFlag | in LPSCI_ClearStatusFlags() 527 while (!(base->S1 & UART0_S1_TDRE_MASK)) in LPSCI_WriteBlocking() 542 while (!(base->S1 & UART0_S1_RDRF_MASK)) in LPSCI_ReadBlocking() 872 if (UART0_S1_PF_MASK & base->S1) in LPSCI_TransferHandleIRQ() 885 if (UART0_S1_FE_MASK & base->S1) in LPSCI_TransferHandleIRQ() 897 if (UART0_S1_OR_MASK & base->S1) in LPSCI_TransferHandleIRQ() 899 while (UART0_S1_RDRF_MASK & base->S1) in LPSCI_TransferHandleIRQ() 913 if ((UART0_S1_RDRF_MASK & base->S1) && (UART0_C2_RIE_MASK & base->C2)) in LPSCI_TransferHandleIRQ() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/uart/ |
| D | fsl_uart.c | 367 while (0U == (base->S1 & UART_S1_TC_MASK)) in UART_Deinit() 665 status_flag = (uint32_t)base->S1; in UART_GetStatusFlags() 717 (void)base->S1; in UART_ClearStatusFlags() 765 while ((0U == (base->S1 & UART_S1_TDRE_MASK)) && (0U != --waitTimes)) in UART_WriteBlocking() 767 while (0U == (base->S1 & UART_S1_TDRE_MASK)) in UART_WriteBlocking() 783 while ((0U == (base->S1 & UART_S1_TC_MASK)) && (0U != --waitTimes)) in UART_WriteBlocking() 785 while (0U == (base->S1 & UART_S1_TC_MASK)) in UART_WriteBlocking() 846 while ((base->S1 & UART_S1_RDRF_MASK) == 0U) in UART_ReadBlocking() 1136 if ((base->S1 & (uint8_t)kUART_TxDataRegEmptyFlag) != 0U) in UART_TransferGetSendCount() 1491 while ((base->S1 & UART_S1_RDRF_MASK) != 0U) in UART_TransferHandleIRQ() [all …]
|
| /hal_nxp-latest/mcux/mcux-sdk/drivers/casper/ |
| D | fsl_casper.c | 1975 uint32_t *Z1Z1, *Z2Z2, *U1, *S1, *J, *H, *V, *t0, *t1; in Jac_addition() local 1981 S1 = &CASPER_MEM[((2U * (N_wordlen + 4U)) + (9U * (N_wordlen + 4U))) + 3U * (N_wordlen + 4U)]; in Jac_addition() 2010 multiply_casper(S1, Y1, t0); in Jac_addition() 2015 CASPER_ECC_equal(&m2, S1, J); /* If S1 and J match then the Y-coordinates are the same. */ in Jac_addition() 2032 sub_casper(t0, J, S1); in Jac_addition() 2041 multiply_casper(t1, S1, J); in Jac_addition()
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKL25Z4/ |
| D | MKL25Z4.h | 4466 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member 4705 __IO uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z4/ |
| D | MKE04Z4.h | 5423 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/ |
| D | MKE02Z4.h | 5653 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/ |
| D | MKE04Z1284.h | 6168 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKE06Z4/ |
| D | MKE06Z4.h | 6956 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKL17Z644/ |
| D | MKL17Z644.h | 8362 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC141/ |
| D | MCXC141.h | 9408 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC142/ |
| D | MCXC142.h | 9406 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC242/ |
| D | MCXC242.h | 9416 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKL27Z644/ |
| D | MKL27Z644.h | 8378 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC144/ |
| D | MCXC144.h | 10058 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC143/ |
| D | MCXC143.h | 10058 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MK02F12810/ |
| D | MK02F12810.h | 9631 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC243/ |
| D | MCXC243.h | 10116 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MCXC244/ |
| D | MCXC244.h | 10118 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKV30F12810/ |
| D | MKV30F12810.h | 9664 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKV10Z7/ |
| D | MKV10Z7.h | 9583 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKV31F12810/ |
| D | MKV31F12810.h | 10454 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKV10Z1287/ |
| D | MKV10Z1287.h | 10619 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|
| /hal_nxp-latest/mcux/mcux-sdk/devices/MKM14ZA5/ |
| D | MKM14ZA5.h | 12174 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
|