Home
last modified time | relevance | path

Searched refs:CPOL (Results 1 – 8 of 8) sorted by relevance

/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_i2s.h85 uint32_t CPOL; /*!< Specifies the idle state of the I2S clock. member
257 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_LOW) || \ argument
258 ((CPOL) == I2S_CPOL_HIGH))
Dstm32l1xx_hal_spi.h231 #define IS_SPI_CPOL(CPOL) (((CPOL) == SPI_POLARITY_LOW) || \ argument
232 ((CPOL) == SPI_POLARITY_HIGH))
Dstm32l1xx_hal_smartcard.h598 #define IS_SMARTCARD_POLARITY(CPOL) (((CPOL) == SMARTCARD_POLARITY_LOW) || ((CPOL) == SMART… argument
Dstm32l1xx_hal_usart.h526 #define IS_USART_POLARITY(CPOL) (((CPOL) == USART_POLARITY_LOW) || ((CPOL) == USART_POLARIT… argument
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_i2s.h81 uint32_t CPOL; /*!< Specifies the idle state of the I2S clock. member
447 #define IS_I2S_CPOL(CPOL) (((CPOL) == I2S_CPOL_LOW) || \ argument
448 ((CPOL) == I2S_CPOL_HIGH))
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_i2s.c227 assert_param(IS_I2S_CPOL(hi2s->Init.CPOL)); in HAL_I2S_Init()
306 hi2s->Init.CPOL)); in HAL_I2S_Init()
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_i2s.c231 assert_param(IS_I2S_CPOL(hi2s->Init.CPOL)); in HAL_I2S_Init()
314 hi2s->Init.CPOL)); in HAL_I2S_Init()
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Dsercom.h171 uint32_t CPOL:1; /*!< bit: 29 Clock Polarity */ member
228 uint32_t CPOL:1; /*!< bit: 29 Clock Polarity */ member