/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/ |
D | stm32l1xx_hal_spi.h | 267 #define SPI_BAUDRATEPRESCALER_4 ((uint32_t)SPI_CR1_BR_0) 269 #define SPI_BAUDRATEPRESCALER_16 ((uint32_t)SPI_CR1_BR_1 | SPI_CR1_BR_0) 271 #define SPI_BAUDRATEPRESCALER_64 ((uint32_t)SPI_CR1_BR_2 | SPI_CR1_BR_0) 273 #define SPI_BAUDRATEPRESCALER_256 ((uint32_t)SPI_CR1_BR_2 | SPI_CR1_BR_1 | SPI_CR1_BR_0)
|
D | stm32l1xx_ll_spi.h | 203 #define LL_SPI_BAUDRATEPRESCALER_DIV4 (SPI_CR1_BR_0) /*!< Baud… 205 #define LL_SPI_BAUDRATEPRESCALER_DIV16 (SPI_CR1_BR_1 | SPI_CR1_BR_0) /*!< Baud… 207 #define LL_SPI_BAUDRATEPRESCALER_DIV64 (SPI_CR1_BR_2 | SPI_CR1_BR_0) /*!< Baud… 209 #define LL_SPI_BAUDRATEPRESCALER_DIV256 (SPI_CR1_BR_2 | SPI_CR1_BR_1 | SPI_CR1_BR_0) /*!< Baud…
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/ |
D | stm32l0xx_hal_spi.h | 247 #define SPI_BAUDRATEPRESCALER_4 ((uint32_t)SPI_CR1_BR_0) 249 #define SPI_BAUDRATEPRESCALER_16 ((uint32_t)SPI_CR1_BR_1 | SPI_CR1_BR_0) 251 #define SPI_BAUDRATEPRESCALER_64 ((uint32_t)SPI_CR1_BR_2 | SPI_CR1_BR_0) 253 #define SPI_BAUDRATEPRESCALER_256 ((uint32_t)SPI_CR1_BR_2 | SPI_CR1_BR_1 | SPI_CR1_BR_0)
|
D | stm32l0xx_ll_spi.h | 202 #define LL_SPI_BAUDRATEPRESCALER_DIV4 (SPI_CR1_BR_0) /*!< Baud… 204 #define LL_SPI_BAUDRATEPRESCALER_DIV16 (SPI_CR1_BR_1 | SPI_CR1_BR_0) /*!< Baud… 206 #define LL_SPI_BAUDRATEPRESCALER_DIV64 (SPI_CR1_BR_2 | SPI_CR1_BR_0) /*!< Baud… 208 #define LL_SPI_BAUDRATEPRESCALER_DIV256 (SPI_CR1_BR_2 | SPI_CR1_BR_1 | SPI_CR1_BR_0) /*!< Baud…
|
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/ |
D | stm32l4xx_hal_spi.h | 313 #define SPI_BAUDRATEPRESCALER_4 (SPI_CR1_BR_0) 315 #define SPI_BAUDRATEPRESCALER_16 (SPI_CR1_BR_1 | SPI_CR1_BR_0) 317 #define SPI_BAUDRATEPRESCALER_64 (SPI_CR1_BR_2 | SPI_CR1_BR_0) 319 #define SPI_BAUDRATEPRESCALER_256 (SPI_CR1_BR_2 | SPI_CR1_BR_1 | SPI_CR1_BR_0)
|
D | stm32l4xx_ll_spi.h | 201 #define LL_SPI_BAUDRATEPRESCALER_DIV4 (SPI_CR1_BR_0) /*!< Baud… 203 #define LL_SPI_BAUDRATEPRESCALER_DIV16 (SPI_CR1_BR_1 | SPI_CR1_BR_0) /*!< Baud… 205 #define LL_SPI_BAUDRATEPRESCALER_DIV64 (SPI_CR1_BR_2 | SPI_CR1_BR_0) /*!< Baud… 207 #define LL_SPI_BAUDRATEPRESCALER_DIV256 (SPI_CR1_BR_2 | SPI_CR1_BR_1 | SPI_CR1_BR_0) /*!< Baud…
|
/loramac-node-3.4.0/src/boards/NucleoL476/ |
D | spi-board.c | 137 ( ( ( divisor & 0x1 ) == 0 ) ? 0x0 : SPI_CR1_BR_0 ); in SpiFrequency()
|
/loramac-node-3.4.0/src/boards/SKiM980A/ |
D | spi-board.c | 137 ( ( ( divisor & 0x1 ) == 0 ) ? 0x0 : SPI_CR1_BR_0 ); in SpiFrequency()
|
/loramac-node-3.4.0/src/boards/NucleoL152/ |
D | spi-board.c | 137 ( ( ( divisor & 0x1 ) == 0 ) ? 0x0 : SPI_CR1_BR_0 ); in SpiFrequency()
|
/loramac-node-3.4.0/src/boards/NucleoL073/ |
D | spi-board.c | 137 ( ( ( divisor & 0x1 ) == 0 ) ? 0x0 : SPI_CR1_BR_0 ); in SpiFrequency()
|
/loramac-node-3.4.0/src/boards/SKiM880B/ |
D | spi-board.c | 137 ( ( ( divisor & 0x1 ) == 0 ) ? 0x0 : SPI_CR1_BR_0 ); in SpiFrequency()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/ |
D | spi-board.c | 137 ( ( ( divisor & 0x1 ) == 0 ) ? 0x0 : SPI_CR1_BR_0 ); in SpiFrequency()
|
/loramac-node-3.4.0/src/boards/NAMote72/ |
D | spi-board.c | 137 ( ( ( divisor & 0x1 ) == 0 ) ? 0x0 : SPI_CR1_BR_0 ); in SpiFrequency()
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/ |
D | spi-board.c | 137 ( ( ( divisor & 0x1 ) == 0 ) ? 0x0 : SPI_CR1_BR_0 ); in SpiFrequency()
|
/loramac-node-3.4.0/src/boards/SKiM881AXL/cmsis/ |
D | stm32l081xx.h | 4936 #define SPI_CR1_BR_0 (0x1U << SPI_CR1_BR_Pos) /*!< 0x00000008 */ macro
|
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/ |
D | stm32l073xx.h | 5443 #define SPI_CR1_BR_0 (0x1U << SPI_CR1_BR_Pos) /*!< 0x00000008 */ macro
|
/loramac-node-3.4.0/src/boards/SKiM980A/cmsis/ |
D | stm32l151xba.h | 5061 #define SPI_CR1_BR_0 (0x1U << SPI_CR1_BR_Pos) /*!< 0x00000008 */ macro
|
/loramac-node-3.4.0/src/boards/SKiM880B/cmsis/ |
D | stm32l151xba.h | 5061 #define SPI_CR1_BR_0 (0x1U << SPI_CR1_BR_Pos) /*!< 0x00000008 */ macro
|
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/ |
D | stm32l072xx.h | 5292 #define SPI_CR1_BR_0 (0x1U << SPI_CR1_BR_Pos) /*!< 0x00000008 */ macro
|
/loramac-node-3.4.0/src/boards/NAMote72/cmsis/ |
D | stm32l152xc.h | 5626 #define SPI_CR1_BR_0 (0x1U << SPI_CR1_BR_Pos) /*!< 0x00000008 */ macro
|
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/ |
D | stm32l152xe.h | 5732 #define SPI_CR1_BR_0 (0x1U << SPI_CR1_BR_Pos) /*!< 0x00000008 */ macro
|
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/ |
D | stm32l476xx.h | 13217 #define SPI_CR1_BR_0 (0x1UL << SPI_CR1_BR_Pos) /*!< 0x00000008 */ macro
|