Lines Matching defs:SPIx
625 __STATIC_INLINE void LL_SPI_Enable(SPI_TypeDef *SPIx) in LL_SPI_Enable()
637 __STATIC_INLINE void LL_SPI_Disable(SPI_TypeDef *SPIx) in LL_SPI_Disable()
648 __STATIC_INLINE uint32_t LL_SPI_IsEnabled(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabled()
660 __STATIC_INLINE void LL_SPI_EnableIOSwap(SPI_TypeDef *SPIx) in LL_SPI_EnableIOSwap()
672 __STATIC_INLINE void LL_SPI_DisableIOSwap(SPI_TypeDef *SPIx) in LL_SPI_DisableIOSwap()
683 __STATIC_INLINE uint32_t LL_SPI_IsEnabledIOSwap(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledIOSwap()
695 __STATIC_INLINE void LL_SPI_EnableGPIOControl(SPI_TypeDef *SPIx) in LL_SPI_EnableGPIOControl()
707 __STATIC_INLINE void LL_SPI_DisableGPIOControl(SPI_TypeDef *SPIx) in LL_SPI_DisableGPIOControl()
718 __STATIC_INLINE uint32_t LL_SPI_IsEnabledGPIOControl(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledGPIOControl()
733 __STATIC_INLINE void LL_SPI_SetMode(SPI_TypeDef *SPIx, uint32_t Mode) in LL_SPI_SetMode()
746 __STATIC_INLINE uint32_t LL_SPI_GetMode(const SPI_TypeDef *SPIx) in LL_SPI_GetMode()
774 __STATIC_INLINE void LL_SPI_SetMasterSSIdleness(SPI_TypeDef *SPIx, uint32_t MasterSSIdleness) in LL_SPI_SetMasterSSIdleness()
801 __STATIC_INLINE uint32_t LL_SPI_GetMasterSSIdleness(const SPI_TypeDef *SPIx) in LL_SPI_GetMasterSSIdleness()
829 __STATIC_INLINE void LL_SPI_SetInterDataIdleness(SPI_TypeDef *SPIx, uint32_t MasterInterDataIdlenes… in LL_SPI_SetInterDataIdleness()
856 __STATIC_INLINE uint32_t LL_SPI_GetInterDataIdleness(const SPI_TypeDef *SPIx) in LL_SPI_GetInterDataIdleness()
869 __STATIC_INLINE void LL_SPI_SetTransferSize(SPI_TypeDef *SPIx, uint32_t Count) in LL_SPI_SetTransferSize()
881 __STATIC_INLINE uint32_t LL_SPI_GetTransferSize(const SPI_TypeDef *SPIx) in LL_SPI_GetTransferSize()
894 __STATIC_INLINE void LL_SPI_EnableIOLock(SPI_TypeDef *SPIx) in LL_SPI_EnableIOLock()
905 __STATIC_INLINE uint32_t LL_SPI_IsEnabledIOLock(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledIOLock()
919 __STATIC_INLINE void LL_SPI_SetTxCRCInitPattern(SPI_TypeDef *SPIx, uint32_t TXCRCInitAll) in LL_SPI_SetTxCRCInitPattern()
932 __STATIC_INLINE uint32_t LL_SPI_GetTxCRCInitPattern(const SPI_TypeDef *SPIx) in LL_SPI_GetTxCRCInitPattern()
946 __STATIC_INLINE void LL_SPI_SetRxCRCInitPattern(SPI_TypeDef *SPIx, uint32_t RXCRCInitAll) in LL_SPI_SetRxCRCInitPattern()
959 __STATIC_INLINE uint32_t LL_SPI_GetRxCRCInitPattern(const SPI_TypeDef *SPIx) in LL_SPI_GetRxCRCInitPattern()
974 __STATIC_INLINE void LL_SPI_SetInternalSSLevel(SPI_TypeDef *SPIx, uint32_t SSLevel) in LL_SPI_SetInternalSSLevel()
987 __STATIC_INLINE uint32_t LL_SPI_GetInternalSSLevel(const SPI_TypeDef *SPIx) in LL_SPI_GetInternalSSLevel()
998 __STATIC_INLINE void LL_SPI_EnableFullSizeCRC(SPI_TypeDef *SPIx) in LL_SPI_EnableFullSizeCRC()
1009 __STATIC_INLINE void LL_SPI_DisableFullSizeCRC(SPI_TypeDef *SPIx) in LL_SPI_DisableFullSizeCRC()
1020 __STATIC_INLINE uint32_t LL_SPI_IsEnabledFullSizeCRC(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledFullSizeCRC()
1031 __STATIC_INLINE void LL_SPI_SuspendMasterTransfer(SPI_TypeDef *SPIx) in LL_SPI_SuspendMasterTransfer()
1042 __STATIC_INLINE void LL_SPI_StartMasterTransfer(SPI_TypeDef *SPIx) in LL_SPI_StartMasterTransfer()
1053 __STATIC_INLINE uint32_t LL_SPI_IsActiveMasterTransfer(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveMasterTransfer()
1064 __STATIC_INLINE void LL_SPI_EnableMasterRxAutoSuspend(SPI_TypeDef *SPIx) in LL_SPI_EnableMasterRxAutoSuspend()
1075 __STATIC_INLINE void LL_SPI_DisableMasterRxAutoSuspend(SPI_TypeDef *SPIx) in LL_SPI_DisableMasterRxAutoSuspend()
1086 __STATIC_INLINE uint32_t LL_SPI_IsEnabledMasterRxAutoSuspend(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledMasterRxAutoSuspend()
1101 __STATIC_INLINE void LL_SPI_SetUDRConfiguration(SPI_TypeDef *SPIx, uint32_t UDRConfig) in LL_SPI_SetUDRConfiguration()
1114 __STATIC_INLINE uint32_t LL_SPI_GetUDRConfiguration(const SPI_TypeDef *SPIx) in LL_SPI_GetUDRConfiguration()
1130 __STATIC_INLINE void LL_SPI_SetStandard(SPI_TypeDef *SPIx, uint32_t Standard) in LL_SPI_SetStandard()
1143 __STATIC_INLINE uint32_t LL_SPI_GetStandard(const SPI_TypeDef *SPIx) in LL_SPI_GetStandard()
1159 __STATIC_INLINE void LL_SPI_SetClockPhase(SPI_TypeDef *SPIx, uint32_t ClockPhase) in LL_SPI_SetClockPhase()
1172 __STATIC_INLINE uint32_t LL_SPI_GetClockPhase(const SPI_TypeDef *SPIx) in LL_SPI_GetClockPhase()
1188 __STATIC_INLINE void LL_SPI_SetClockPolarity(SPI_TypeDef *SPIx, uint32_t ClockPolarity) in LL_SPI_SetClockPolarity()
1201 __STATIC_INLINE uint32_t LL_SPI_GetClockPolarity(const SPI_TypeDef *SPIx) in LL_SPI_GetClockPolarity()
1217 __STATIC_INLINE void LL_SPI_SetNSSPolarity(SPI_TypeDef *SPIx, uint32_t NSSPolarity) in LL_SPI_SetNSSPolarity()
1230 __STATIC_INLINE uint32_t LL_SPI_GetNSSPolarity(const SPI_TypeDef *SPIx) in LL_SPI_GetNSSPolarity()
1254 __STATIC_INLINE void LL_SPI_SetBaudRatePrescaler(SPI_TypeDef *SPIx, uint32_t Baudrate) in LL_SPI_SetBaudRatePrescaler()
1275 __STATIC_INLINE uint32_t LL_SPI_GetBaudRatePrescaler(const SPI_TypeDef *SPIx) in LL_SPI_GetBaudRatePrescaler()
1291 __STATIC_INLINE void LL_SPI_SetTransferBitOrder(SPI_TypeDef *SPIx, uint32_t BitOrder) in LL_SPI_SetTransferBitOrder()
1304 __STATIC_INLINE uint32_t LL_SPI_GetTransferBitOrder(const SPI_TypeDef *SPIx) in LL_SPI_GetTransferBitOrder()
1324 __STATIC_INLINE void LL_SPI_SetTransferDirection(SPI_TypeDef *SPIx, uint32_t TransferDirection) in LL_SPI_SetTransferDirection()
1342 __STATIC_INLINE uint32_t LL_SPI_GetTransferDirection(const SPI_TypeDef *SPIx) in LL_SPI_GetTransferDirection()
1359 __STATIC_INLINE void LL_SPI_SetHalfDuplexDirection(SPI_TypeDef *SPIx, uint32_t HalfDuplexDirection) in LL_SPI_SetHalfDuplexDirection()
1373 __STATIC_INLINE uint32_t LL_SPI_GetHalfDuplexDirection(const SPI_TypeDef *SPIx) in LL_SPI_GetHalfDuplexDirection()
1415 __STATIC_INLINE void LL_SPI_SetDataWidth(SPI_TypeDef *SPIx, uint32_t DataWidth) in LL_SPI_SetDataWidth()
1455 __STATIC_INLINE uint32_t LL_SPI_GetDataWidth(const SPI_TypeDef *SPIx) in LL_SPI_GetDataWidth()
1484 __STATIC_INLINE void LL_SPI_SetFIFOThreshold(SPI_TypeDef *SPIx, uint32_t Threshold) in LL_SPI_SetFIFOThreshold()
1511 __STATIC_INLINE uint32_t LL_SPI_GetFIFOThreshold(const SPI_TypeDef *SPIx) in LL_SPI_GetFIFOThreshold()
1523 __STATIC_INLINE void LL_SPI_EnableCRC(SPI_TypeDef *SPIx) in LL_SPI_EnableCRC()
1534 __STATIC_INLINE void LL_SPI_DisableCRC(SPI_TypeDef *SPIx) in LL_SPI_DisableCRC()
1545 __STATIC_INLINE uint32_t LL_SPI_IsEnabledCRC(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledCRC()
1587 __STATIC_INLINE void LL_SPI_SetCRCWidth(SPI_TypeDef *SPIx, uint32_t CRCLength) in LL_SPI_SetCRCWidth()
1627 __STATIC_INLINE uint32_t LL_SPI_GetCRCWidth(const SPI_TypeDef *SPIx) in LL_SPI_GetCRCWidth()
1645 __STATIC_INLINE void LL_SPI_SetNSSMode(SPI_TypeDef *SPIx, uint32_t NSS) in LL_SPI_SetNSSMode()
1660 __STATIC_INLINE uint32_t LL_SPI_GetNSSMode(const SPI_TypeDef *SPIx) in LL_SPI_GetNSSMode()
1673 __STATIC_INLINE void LL_SPI_EnableNSSPulseMgt(SPI_TypeDef *SPIx) in LL_SPI_EnableNSSPulseMgt()
1686 __STATIC_INLINE void LL_SPI_DisableNSSPulseMgt(SPI_TypeDef *SPIx) in LL_SPI_DisableNSSPulseMgt()
1697 __STATIC_INLINE uint32_t LL_SPI_IsEnabledNSSPulse(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledNSSPulse()
1716 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_RXP(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_RXP()
1727 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_TXP(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_TXP()
1738 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_DXP(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_DXP()
1749 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_EOT(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_EOT()
1760 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_TXTF(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_TXTF()
1771 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_UDR(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_UDR()
1782 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_CRCERR(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_CRCERR()
1793 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_MODF(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_MODF()
1804 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_OVR(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_OVR()
1815 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_FRE(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_FRE()
1826 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_SUSP(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_SUSP()
1837 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_TXC(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_TXC()
1848 __STATIC_INLINE uint32_t LL_SPI_IsActiveFlag_RXWNE(const SPI_TypeDef *SPIx) in LL_SPI_IsActiveFlag_RXWNE()
1859 __STATIC_INLINE uint32_t LL_SPI_GetRemainingDataFrames(const SPI_TypeDef *SPIx) in LL_SPI_GetRemainingDataFrames()
1874 __STATIC_INLINE uint32_t LL_SPI_GetRxFIFOPackingLevel(const SPI_TypeDef *SPIx) in LL_SPI_GetRxFIFOPackingLevel()
1885 __STATIC_INLINE void LL_SPI_ClearFlag_EOT(SPI_TypeDef *SPIx) in LL_SPI_ClearFlag_EOT()
1896 __STATIC_INLINE void LL_SPI_ClearFlag_TXTF(SPI_TypeDef *SPIx) in LL_SPI_ClearFlag_TXTF()
1907 __STATIC_INLINE void LL_SPI_ClearFlag_UDR(SPI_TypeDef *SPIx) in LL_SPI_ClearFlag_UDR()
1918 __STATIC_INLINE void LL_SPI_ClearFlag_OVR(SPI_TypeDef *SPIx) in LL_SPI_ClearFlag_OVR()
1929 __STATIC_INLINE void LL_SPI_ClearFlag_CRCERR(SPI_TypeDef *SPIx) in LL_SPI_ClearFlag_CRCERR()
1940 __STATIC_INLINE void LL_SPI_ClearFlag_MODF(SPI_TypeDef *SPIx) in LL_SPI_ClearFlag_MODF()
1951 __STATIC_INLINE void LL_SPI_ClearFlag_FRE(SPI_TypeDef *SPIx) in LL_SPI_ClearFlag_FRE()
1962 __STATIC_INLINE void LL_SPI_ClearFlag_SUSP(SPI_TypeDef *SPIx) in LL_SPI_ClearFlag_SUSP()
1981 __STATIC_INLINE void LL_SPI_EnableIT_RXP(SPI_TypeDef *SPIx) in LL_SPI_EnableIT_RXP()
1992 __STATIC_INLINE void LL_SPI_EnableIT_TXP(SPI_TypeDef *SPIx) in LL_SPI_EnableIT_TXP()
2003 __STATIC_INLINE void LL_SPI_EnableIT_DXP(SPI_TypeDef *SPIx) in LL_SPI_EnableIT_DXP()
2014 __STATIC_INLINE void LL_SPI_EnableIT_EOT(SPI_TypeDef *SPIx) in LL_SPI_EnableIT_EOT()
2025 __STATIC_INLINE void LL_SPI_EnableIT_TXTF(SPI_TypeDef *SPIx) in LL_SPI_EnableIT_TXTF()
2036 __STATIC_INLINE void LL_SPI_EnableIT_UDR(SPI_TypeDef *SPIx) in LL_SPI_EnableIT_UDR()
2047 __STATIC_INLINE void LL_SPI_EnableIT_OVR(SPI_TypeDef *SPIx) in LL_SPI_EnableIT_OVR()
2058 __STATIC_INLINE void LL_SPI_EnableIT_CRCERR(SPI_TypeDef *SPIx) in LL_SPI_EnableIT_CRCERR()
2069 __STATIC_INLINE void LL_SPI_EnableIT_FRE(SPI_TypeDef *SPIx) in LL_SPI_EnableIT_FRE()
2080 __STATIC_INLINE void LL_SPI_EnableIT_MODF(SPI_TypeDef *SPIx) in LL_SPI_EnableIT_MODF()
2091 __STATIC_INLINE void LL_SPI_DisableIT_RXP(SPI_TypeDef *SPIx) in LL_SPI_DisableIT_RXP()
2102 __STATIC_INLINE void LL_SPI_DisableIT_TXP(SPI_TypeDef *SPIx) in LL_SPI_DisableIT_TXP()
2113 __STATIC_INLINE void LL_SPI_DisableIT_DXP(SPI_TypeDef *SPIx) in LL_SPI_DisableIT_DXP()
2124 __STATIC_INLINE void LL_SPI_DisableIT_EOT(SPI_TypeDef *SPIx) in LL_SPI_DisableIT_EOT()
2135 __STATIC_INLINE void LL_SPI_DisableIT_TXTF(SPI_TypeDef *SPIx) in LL_SPI_DisableIT_TXTF()
2146 __STATIC_INLINE void LL_SPI_DisableIT_UDR(SPI_TypeDef *SPIx) in LL_SPI_DisableIT_UDR()
2157 __STATIC_INLINE void LL_SPI_DisableIT_OVR(SPI_TypeDef *SPIx) in LL_SPI_DisableIT_OVR()
2168 __STATIC_INLINE void LL_SPI_DisableIT_CRCERR(SPI_TypeDef *SPIx) in LL_SPI_DisableIT_CRCERR()
2179 __STATIC_INLINE void LL_SPI_DisableIT_FRE(SPI_TypeDef *SPIx) in LL_SPI_DisableIT_FRE()
2190 __STATIC_INLINE void LL_SPI_DisableIT_MODF(SPI_TypeDef *SPIx) in LL_SPI_DisableIT_MODF()
2201 __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_RXP(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledIT_RXP()
2212 __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_TXP(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledIT_TXP()
2223 __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_DXP(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledIT_DXP()
2234 __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_EOT(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledIT_EOT()
2245 __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_TXTF(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledIT_TXTF()
2256 __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_UDR(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledIT_UDR()
2267 __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_OVR(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledIT_OVR()
2278 __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_CRCERR(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledIT_CRCERR()
2289 __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_FRE(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledIT_FRE()
2300 __STATIC_INLINE uint32_t LL_SPI_IsEnabledIT_MODF(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledIT_MODF()
2319 __STATIC_INLINE void LL_SPI_EnableDMAReq_RX(SPI_TypeDef *SPIx) in LL_SPI_EnableDMAReq_RX()
2330 __STATIC_INLINE void LL_SPI_DisableDMAReq_RX(SPI_TypeDef *SPIx) in LL_SPI_DisableDMAReq_RX()
2341 __STATIC_INLINE uint32_t LL_SPI_IsEnabledDMAReq_RX(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledDMAReq_RX()
2352 __STATIC_INLINE void LL_SPI_EnableDMAReq_TX(SPI_TypeDef *SPIx) in LL_SPI_EnableDMAReq_TX()
2363 __STATIC_INLINE void LL_SPI_DisableDMAReq_TX(SPI_TypeDef *SPIx) in LL_SPI_DisableDMAReq_TX()
2374 __STATIC_INLINE uint32_t LL_SPI_IsEnabledDMAReq_TX(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabledDMAReq_TX()
2384 __STATIC_INLINE uint32_t LL_SPI_DMA_GetTxRegAddr(const SPI_TypeDef *SPIx) in LL_SPI_DMA_GetTxRegAddr()
2395 __STATIC_INLINE uint32_t LL_SPI_DMA_GetRxRegAddr(const SPI_TypeDef *SPIx) in LL_SPI_DMA_GetRxRegAddr()
2413 __STATIC_INLINE uint8_t LL_SPI_ReceiveData8(SPI_TypeDef *SPIx) /* Derogation MISRAC2012-Rule-8.13 */ in LL_SPI_ReceiveData8()
2424 __STATIC_INLINE uint16_t LL_SPI_ReceiveData16(SPI_TypeDef *SPIx) /* Derogation MISRAC2012-Rule-8.13… in LL_SPI_ReceiveData16()
2440 __STATIC_INLINE uint32_t LL_SPI_ReceiveData32(SPI_TypeDef *SPIx) /* Derogation MISRAC2012-Rule-8.13… in LL_SPI_ReceiveData32()
2452 __STATIC_INLINE void LL_SPI_TransmitData8(SPI_TypeDef *SPIx, uint8_t TxData) in LL_SPI_TransmitData8()
2464 __STATIC_INLINE void LL_SPI_TransmitData16(SPI_TypeDef *SPIx, uint16_t TxData) in LL_SPI_TransmitData16()
2481 __STATIC_INLINE void LL_SPI_TransmitData32(SPI_TypeDef *SPIx, uint32_t TxData) in LL_SPI_TransmitData32()
2493 __STATIC_INLINE void LL_SPI_SetCRCPolynomial(SPI_TypeDef *SPIx, uint32_t CRCPoly) in LL_SPI_SetCRCPolynomial()
2504 __STATIC_INLINE uint32_t LL_SPI_GetCRCPolynomial(const SPI_TypeDef *SPIx) in LL_SPI_GetCRCPolynomial()
2516 __STATIC_INLINE void LL_SPI_SetUDRPattern(SPI_TypeDef *SPIx, uint32_t Pattern) in LL_SPI_SetUDRPattern()
2527 __STATIC_INLINE uint32_t LL_SPI_GetUDRPattern(const SPI_TypeDef *SPIx) in LL_SPI_GetUDRPattern()
2538 __STATIC_INLINE uint32_t LL_SPI_GetRxCRC(const SPI_TypeDef *SPIx) in LL_SPI_GetRxCRC()
2549 __STATIC_INLINE uint32_t LL_SPI_GetTxCRC(const SPI_TypeDef *SPIx) in LL_SPI_GetTxCRC()
2568 __STATIC_INLINE void LL_SPI_Enable_SelectedTrigger(SPI_TypeDef *SPIx) in LL_SPI_Enable_SelectedTrigger()
2579 __STATIC_INLINE void LL_SPI_Disable_SelectedTrigger(SPI_TypeDef *SPIx) in LL_SPI_Disable_SelectedTrigger()
2590 __STATIC_INLINE uint32_t LL_SPI_IsEnabled_SelectedTrigger(const SPI_TypeDef *SPIx) in LL_SPI_IsEnabled_SelectedTrigger()
2604 __STATIC_INLINE void LL_SPI_SetTriggerPolarity(SPI_TypeDef *SPIx, uint32_t Polarity) in LL_SPI_SetTriggerPolarity()
2617 __STATIC_INLINE uint32_t LL_SPI_GetTriggerPolarity(const SPI_TypeDef *SPIx) in LL_SPI_GetTriggerPolarity()
2651 __STATIC_INLINE void LL_SPI_SetSelectedTrigger(SPI_TypeDef *SPIx, uint32_t Trigger) in LL_SPI_SetSelectedTrigger()
2684 __STATIC_INLINE uint32_t LL_SPI_GetSelectedTrigger(const SPI_TypeDef *SPIx) in LL_SPI_GetSelectedTrigger()