Searched refs:DataWidth (Results 1 – 12 of 12) sorted by relevance
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_ll_usart.c | 206 assert_param(IS_LL_USART_DATAWIDTH(USART_InitStruct->DataWidth)); in LL_USART_Init() 227 (USART_InitStruct->DataWidth | USART_InitStruct->Parity | in LL_USART_Init() 309 USART_InitStruct->DataWidth = LL_USART_DATAWIDTH_8B; in LL_USART_StructInit()
|
| A D | stm32l1xx_ll_spi.c | 188 assert_param(IS_LL_SPI_DATAWIDTH(SPI_InitStruct->DataWidth)); in LL_SPI_Init() 212 … SPI_InitStruct->TransferDirection | SPI_InitStruct->Mode | SPI_InitStruct->DataWidth | in LL_SPI_Init() 253 SPI_InitStruct->DataWidth = LL_SPI_DATAWIDTH_8BIT; in LL_SPI_StructInit()
|
| /bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/ |
| A D | hal_spi.c | 71 if (init->DataWidth == SPI_DataWidth_8b) in SPI_InitMaster() 78 SPIx->EXTCTL = SPI_I2S_EXTCTL_EXTLEN(init->DataWidth); in SPI_InitMaster()
|
| /bsp/synwit/libraries/SWM320_CSL/SWM320_StdPeriph_Driver/ |
| A D | SWM320_sram.h | 6 uint8_t DataWidth; //SRAM_DATAWIDTH_8、SRAM_DATAWIDTH_16 member
|
| A D | SWM320_sram.c | 51 (initStruct->DataWidth << SRAMC_CR_BYTEIF_Pos) | in SRAM_Init()
|
| A D | SWM320_norflash.h | 5 uint8_t DataWidth; // 8、16 member
|
| A D | SWM320_norflash.c | 49 NORFLC->CR = ((initStruct->DataWidth == 8 ? 1 : 0) << NORFLC_CR_BYTEIF_Pos) | in NORFL_Init()
|
| /bsp/synwit/libraries/SWM320_drivers/ |
| A D | drv_sram.c | 38 SRAM_InitStruct.DataWidth = SRAM_DATAWIDTH_16; in rt_hw_sram_init()
|
| A D | drv_nor_flash.c | 92 NORFL_InitStruct.DataWidth = 16; in swm_norflash_init()
|
| /bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Inc/ |
| A D | hal_spi.h | 108 …SPI_DataWidth_Type DataWidth; /*!< Specifies the number of bits of data to be transmitte… member
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_ll_usart.h | 80 …uint32_t DataWidth; /*!< Specifies the number of data bits transmitted or received… member 587 __STATIC_INLINE void LL_USART_SetDataWidth(USART_TypeDef *USARTx, uint32_t DataWidth) in LL_USART_SetDataWidth() argument 589 MODIFY_REG(USARTx->CR1, USART_CR1_M, DataWidth); in LL_USART_SetDataWidth() 849 __STATIC_INLINE void LL_USART_ConfigCharacter(USART_TypeDef *USARTx, uint32_t DataWidth, uint32_t P… in LL_USART_ConfigCharacter() argument 852 MODIFY_REG(USARTx->CR1, USART_CR1_PS | USART_CR1_PCE | USART_CR1_M, Parity | DataWidth); in LL_USART_ConfigCharacter()
|
| A D | stm32l1xx_ll_spi.h | 66 uint32_t DataWidth; /*!< Specifies the SPI data width. member 561 __STATIC_INLINE void LL_SPI_SetDataWidth(SPI_TypeDef *SPIx, uint32_t DataWidth) in LL_SPI_SetDataWidth() argument 563 MODIFY_REG(SPIx->CR1, SPI_CR1_DFF, DataWidth); in LL_SPI_SetDataWidth()
|
Completed in 26 milliseconds