Searched refs:SPI_CSInternalSelected (Results 1 – 10 of 10) sorted by relevance
| /bsp/tkm32F499/Libraries/Hal_lib/src/ |
| A D | HAL_spi.c | 389 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 D | HAL_spi.c | 408 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 D | HAL_spi.c | 413 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 D | HAL_spi.c | 413 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 D | HAL_spi.h | 352 void SPI_CSInternalSelected(SPI_TypeDef* SPIx, uint16_t SPI_CSInternalSelected,FunctionalState NewS…
|
| /bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/ |
| A D | HAL_spi.h | 396 void SPI_CSInternalSelected(SPI_TypeDef* SPIx, uint16_t SPI_CSInternalSelected,FunctionalState NewS…
|
| /bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/ |
| A D | HAL_spi.h | 396 void SPI_CSInternalSelected(SPI_TypeDef* SPIx, uint16_t SPI_CSInternalSelected,FunctionalState NewS…
|
| /bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/ |
| A D | HAL_spi.h | 396 void SPI_CSInternalSelected(SPI_TypeDef* SPIx, uint16_t SPI_CSInternalSelected, FunctionalState New…
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Inc/ |
| A D | hal_spi.h | 317 void SPI_CSInternalSelected(SPI_TypeDef* spi, FunctionalState state);
|
| /bsp/mm32f327x/Libraries/MM32F327x/HAL_Lib/Src/ |
| A D | hal_spi.c | 261 void SPI_CSInternalSelected(SPI_TypeDef* spi, FunctionalState state) in SPI_CSInternalSelected() function
|
Completed in 26 milliseconds