Home
last modified time | relevance | path

Searched refs:S1 (Results 1 – 25 of 54) sorted by relevance

123

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix4_q15.c567 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/
Drange_kalman.c21 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/
Dfsl_lpsci.c329 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/
Dfsl_uart.c367 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/
Dfsl_casper.c1975 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/
DMKL25Z4.h4466 __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/
DMKE04Z4.h5423 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE02Z4/
DMKE02Z4.h5653 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE04Z1284/
DMKE04Z1284.h6168 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKE06Z4/
DMKE06Z4.h6956 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL17Z644/
DMKL17Z644.h8362 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC141/
DMCXC141.h9408 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC142/
DMCXC142.h9406 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC242/
DMCXC242.h9416 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKL27Z644/
DMKL27Z644.h8378 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC144/
DMCXC144.h10058 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC143/
DMCXC143.h10058 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MK02F12810/
DMK02F12810.h9631 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC243/
DMCXC243.h10116 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MCXC244/
DMCXC244.h10118 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV30F12810/
DMKV30F12810.h9664 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV10Z7/
DMKV10Z7.h9583 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV31F12810/
DMKV31F12810.h10454 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKV10Z1287/
DMKV10Z1287.h10619 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member
/hal_nxp-latest/mcux/mcux-sdk/devices/MKM14ZA5/
DMKM14ZA5.h12174 __I uint8_t S1; /**< UART Status Register 1, offset: 0x4 */ member

123