Home
last modified time | relevance | path

Searched refs:datasize (Results 1 – 15 of 15) sorted by relevance

/bsp/nxp/imx/imx6ul/drivers/
A Dserial.c34 uint8_t parity, stopbits, datasize, flowcontrol; in uart_configure() local
43 datasize = EIGHTBITS; in uart_configure()
46 datasize = SEVENBITS; in uart_configure()
56 uart_init(uart->instance, baudrate, parity, stopbits, datasize, flowcontrol); in uart_configure()
/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A DF2837xD_Dma.c163 Uint16 ovrinte, Uint16 datasize, Uint16 chintmode, in DMACH1ModeConfig() argument
186 DmaRegs.CH1.MODE.bit.DATASIZE = datasize; in DMACH1ModeConfig()
308 Uint16 ovrinte, Uint16 datasize, Uint16 chintmode, in DMACH2ModeConfig() argument
331 DmaRegs.CH2.MODE.bit.DATASIZE = datasize; in DMACH2ModeConfig()
452 Uint16 ovrinte, Uint16 datasize, Uint16 chintmode, in DMACH3ModeConfig() argument
475 DmaRegs.CH3.MODE.bit.DATASIZE = datasize; in DMACH3ModeConfig()
596 Uint16 ovrinte, Uint16 datasize, Uint16 chintmode, in DMACH4ModeConfig() argument
619 DmaRegs.CH4.MODE.bit.DATASIZE = datasize; in DMACH4ModeConfig()
740 Uint16 ovrinte, Uint16 datasize, Uint16 chintmode, in DMACH5ModeConfig() argument
763 DmaRegs.CH5.MODE.bit.DATASIZE = datasize; in DMACH5ModeConfig()
[all …]
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/
A Dhal_udma_qspi_reg_defs.h67 __IO uint32_t datasize : 2; member
97 __IO uint32_t datasize : 2; member
127 __IO uint32_t datasize : 2; member
A Dhal_udma_sdio_reg_defs.h67 __IO uint32_t datasize : 2; member
97 __IO uint32_t datasize : 2; member
A Dhal_udma_core_periph.h268 uint32_t datasize:2; member
346 uint32_t datasize:2; member
A Dhal_udma_cam_reg_defs.h67 __IO uint32_t datasize : 2; member
A Dudma_camera_reg_defs.h67 __IO uint32_t datasize : 2; member
/bsp/ti/c28x/libraries/tms320f28379d/common/include/
A DF2837xD_GlobalPrototypes.h156 Uint16 ovrinte, Uint16 datasize,
174 Uint16 ovrinte, Uint16 datasize,
192 Uint16 ovrinte, Uint16 datasize,
210 Uint16 ovrinte, Uint16 datasize,
228 Uint16 ovrinte, Uint16 datasize,
246 Uint16 ovrinte, Uint16 datasize,
/bsp/nxp/imx/imx6sx/cortex-a9/drivers/
A Dserial.c36 uint8_t parity, stopbits, datasize, flowcontrol; in uart_configure() local
45 datasize = EIGHTBITS; in uart_configure()
48 datasize = SEVENBITS; in uart_configure()
/bsp/stm32/stm32mp157a-st-discovery/board/ports/audio/
A Daudio_play.c171 static void wavheader_init(struct wav_header *header, int sample_rate, int channels, int datasize) in wavheader_init() argument
174 header->riff_datasize = datasize + 44 - 8; in wavheader_init()
185 header->data_datasize = datasize; in wavheader_init()
/bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_udma_driver/source/
A Dudma_sdio_driver.c83 psdio_regs->tx_cfg_b.datasize = 2; in udma_sdio_writeBlockData()
109 psdio_regs->rx_cfg_b.datasize = 2; in udma_sdio_readBlockData()
243 pqspim_regs->tx_cfg_b.datasize = 2;
A Dudma_qspi_driver.c210 pqspim_regs->tx_cfg_b.datasize = 2; in udma_qspim_write()
/bsp/simulator/SDL2/include/
A DSDL_rwops.h569 size_t *datasize,
590 extern DECLSPEC void *SDLCALL SDL_LoadFile(const char *file, size_t *datasize);
/bsp/stm32/stm32h750-fk750m1-vbt6/board/port/lcd/
A Ddrv_lcd_spi.h39 void lcd_writebuff(uint16_t *databuff, uint16_t datasize);
A Ddrv_lcd_spi.c72 void lcd_writebuff(uint16_t *databuff, uint16_t datasize) in lcd_writebuff() argument
84 rt_spi_send((struct rt_spi_device *)_lcd.lcd_spi_dev, databuff, datasize); in lcd_writebuff()

Completed in 35 milliseconds