/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_usart.h | 2392 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2406 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2419 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_usart.h | 2401 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2415 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2428 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
D | stm32n6xx_hal_usart_ex.h | 58 #define USART_NSS_SOFT USART_CR2_DIS_NSS /*!< SPI slave is always selecte…
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_usart.h | 2401 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2415 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2428 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
D | stm32h7rsxx_hal_usart_ex.h | 58 #define USART_NSS_SOFT USART_CR2_DIS_NSS /*!< SPI slave is always selecte…
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_usart.h | 2394 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2408 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2421 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
D | stm32mp1xx_hal_usart_ex.h | 58 #define USART_NSS_SOFT USART_CR2_DIS_NSS /*!< SPI slave is always selecte…
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_usart.h | 2400 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2414 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2427 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
D | stm32u0xx_hal_usart_ex.h | 58 #define USART_NSS_SOFT USART_CR2_DIS_NSS /*!< SPI slave is always selecte…
|
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_usart.h | 2400 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2414 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2427 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
D | stm32c0xx_hal_usart_ex.h | 58 #define USART_NSS_SOFT USART_CR2_DIS_NSS /*!< SPI slave is always selecte…
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_usart.h | 2400 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2414 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2427 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_usart.h | 2387 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2401 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2414 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/ |
D | stm32wb0x_ll_usart.h | 2422 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2436 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2449 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
D | stm32wb0x_hal_usart_ex.h | 58 #define USART_NSS_SOFT USART_CR2_DIS_NSS /*!< SPI slave is always selecte…
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_usart.h | 2401 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2415 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2428 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
D | stm32h7xx_hal_usart_ex.h | 58 #define USART_NSS_SOFT USART_CR2_DIS_NSS /*!< SPI slave is always selecte…
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_usart.h | 2401 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2415 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2428 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
D | stm32wbxx_hal_usart_ex.h | 58 #define USART_NSS_SOFT USART_CR2_DIS_NSS /*!< SPI slave is always selecte…
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_usart.h | 2383 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2397 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2410 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_usart.h | 2400 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2414 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2427 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_usart.h | 2401 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2415 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2428 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
D | stm32h5xx_hal_usart_ex.h | 58 #define USART_NSS_SOFT USART_CR2_DIS_NSS /*!< SPI slave is always selecte…
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_usart.h | 2400 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2414 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2427 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_usart.h | 2536 CLEAR_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_EnableSPISlaveSelect() 2550 SET_BIT(USARTx->CR2, USART_CR2_DIS_NSS); in LL_USART_DisableSPISlaveSelect() 2563 return ((READ_BIT(USARTx->CR2, USART_CR2_DIS_NSS) != (USART_CR2_DIS_NSS)) ? 1UL : 0UL); in LL_USART_IsEnabledSPISlaveSelect()
|