Searched refs:NSSR (Results 1 – 7 of 7) sorted by relevance
104 …__IO u32 NSSR; ///< SPI chip select r… member126 …__IO u32 NSSR; ///< SPI chip select r… member142 …__IO u32 NSSR; ///< SPI chip select r… member
263 (state) ? CLEAR_BIT(spi->NSSR, SPI_NSSR_NSS) : SET_BIT(spi->NSSR, SPI_NSSR_NSS); // illogical in SPI_CSInternalSelected()510 (state) ? CLEAR_BIT(spi->NSSR, SPI_NSSR_NSS) : SET_BIT(spi->NSSR, SPI_NSSR_NSS); // illogical in exSPI_CSInternalSelected()
229 … uint32_t NSSR:1; /**< bit: 8 NSS Rising (cleared on read) */ member281 … uint32_t NSSR:1; /**< bit: 8 NSS Rising Interrupt Enable */ member328 … uint32_t NSSR:1; /**< bit: 8 NSS Rising Interrupt Disable */ member375 … uint32_t NSSR:1; /**< bit: 8 NSS Rising Interrupt Mask */ member
419 SPIx->NSSR &= SPI_CSInternalSelected; in SPI_CSInternalSelected()424 SPIx->NSSR |= ~SPI_CSInternalSelected; in SPI_CSInternalSelected()
174 SPIx->NSSR = ~(cs_mask); in SPI_EnableCS()
625 __IO uint16_t NSSR; member
5514 …__IO uint32_t NSSR; ///< Slave chip select r… member
Completed in 86 milliseconds