Home
last modified time | relevance | path

Searched refs:SPI_CSInternalSelected (Results 1 – 10 of 10) sorted by relevance

/bsp/tkm32F499/Libraries/Hal_lib/src/
A DHAL_spi.c389 void SPI_CSInternalSelected(SPI_TypeDef* SPIx, uint16_t SPI_CSInternalSelected,FunctionalState NewS… in SPI_CSInternalSelected() argument
393 assert_param(IS_SPI_CS(SPI_CSInternalSelected)); in SPI_CSInternalSelected()
400 SPIx->SCSR &= SPI_CSInternalSelected; in SPI_CSInternalSelected()
405 SPIx->SCSR |= ~SPI_CSInternalSelected; in SPI_CSInternalSelected()
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/src/
A DHAL_spi.c408 void SPI_CSInternalSelected(SPI_TypeDef* SPIx, uint16_t SPI_CSInternalSelected,FunctionalState NewS… in SPI_CSInternalSelected() function
412 assert_param(IS_SPI_CS(SPI_CSInternalSelected)); in SPI_CSInternalSelected()
419 SPIx->NSSR &= SPI_CSInternalSelected; in SPI_CSInternalSelected()
424 SPIx->NSSR |= ~SPI_CSInternalSelected; in SPI_CSInternalSelected()
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/src/
A DHAL_spi.c413 void SPI_CSInternalSelected(SPI_TypeDef* SPIx, uint16_t SPI_CSInternalSelected,FunctionalState NewS… in SPI_CSInternalSelected() function
417 assert_param(IS_SPI_CS(SPI_CSInternalSelected)); in SPI_CSInternalSelected()
424 SPIx->SCSR &= SPI_CSInternalSelected; in SPI_CSInternalSelected()
429 SPIx->SCSR |= ~SPI_CSInternalSelected; in SPI_CSInternalSelected()
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/src/
A DHAL_spi.c413 void SPI_CSInternalSelected(SPI_TypeDef* SPIx, uint16_t SPI_CSInternalSelected, FunctionalState New… in SPI_CSInternalSelected() function
417 assert_param(IS_SPI_CS(SPI_CSInternalSelected)); in SPI_CSInternalSelected()
424 SPIx->SCSR &= SPI_CSInternalSelected; in SPI_CSInternalSelected()
429 SPIx->SCSR |= ~SPI_CSInternalSelected; in SPI_CSInternalSelected()
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_spi.h352 void SPI_CSInternalSelected(SPI_TypeDef* SPIx, uint16_t SPI_CSInternalSelected,FunctionalState NewS…
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_spi.h396 void SPI_CSInternalSelected(SPI_TypeDef* SPIx, uint16_t SPI_CSInternalSelected,FunctionalState NewS…
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_spi.h396 void SPI_CSInternalSelected(SPI_TypeDef* SPIx, uint16_t SPI_CSInternalSelected,FunctionalState NewS…
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_spi.h396 void SPI_CSInternalSelected(SPI_TypeDef* SPIx, uint16_t SPI_CSInternalSelected, FunctionalState New…
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/
A Dhal_spi.h317 void SPI_CSInternalSelected(SPI_TypeDef* spi, FunctionalState state);
/bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/
A Dhal_spi.c261 void SPI_CSInternalSelected(SPI_TypeDef* spi, FunctionalState state) in SPI_CSInternalSelected() function

Completed in 26 milliseconds