Home
last modified time | relevance | path

Searched refs:DataWidth (Results 1 – 12 of 12) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_usart.c206 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 Dstm32l1xx_ll_spi.c188 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 Dhal_spi.c71 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 DSWM320_sram.h6 uint8_t DataWidth; //SRAM_DATAWIDTH_8、SRAM_DATAWIDTH_16 member
A DSWM320_sram.c51 (initStruct->DataWidth << SRAMC_CR_BYTEIF_Pos) | in SRAM_Init()
A DSWM320_norflash.h5 uint8_t DataWidth; // 8、16 member
A DSWM320_norflash.c49 NORFLC->CR = ((initStruct->DataWidth == 8 ? 1 : 0) << NORFLC_CR_BYTEIF_Pos) | in NORFL_Init()
/bsp/synwit/libraries/SWM320_drivers/
A Ddrv_sram.c38 SRAM_InitStruct.DataWidth = SRAM_DATAWIDTH_16; in rt_hw_sram_init()
A Ddrv_nor_flash.c92 NORFL_InitStruct.DataWidth = 16; in swm_norflash_init()
/bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Inc/
A Dhal_spi.h108 …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 Dstm32l1xx_ll_usart.h80 …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 Dstm32l1xx_ll_spi.h66 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