| /bsp/nxp/imx/imx6ul/drivers/ |
| A D | serial.c | 34 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 D | F2837xD_Dma.c | 163 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 D | hal_udma_qspi_reg_defs.h | 67 __IO uint32_t datasize : 2; member 97 __IO uint32_t datasize : 2; member 127 __IO uint32_t datasize : 2; member
|
| A D | hal_udma_sdio_reg_defs.h | 67 __IO uint32_t datasize : 2; member 97 __IO uint32_t datasize : 2; member
|
| A D | hal_udma_core_periph.h | 268 uint32_t datasize:2; member 346 uint32_t datasize:2; member
|
| A D | hal_udma_cam_reg_defs.h | 67 __IO uint32_t datasize : 2; member
|
| A D | udma_camera_reg_defs.h | 67 __IO uint32_t datasize : 2; member
|
| /bsp/ti/c28x/libraries/tms320f28379d/common/include/ |
| A D | F2837xD_GlobalPrototypes.h | 156 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 D | serial.c | 36 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 D | audio_play.c | 171 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 D | udma_sdio_driver.c | 83 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 D | udma_qspi_driver.c | 210 pqspim_regs->tx_cfg_b.datasize = 2; in udma_qspim_write()
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_rwops.h | 569 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 D | drv_lcd_spi.h | 39 void lcd_writebuff(uint16_t *databuff, uint16_t datasize);
|
| A D | drv_lcd_spi.c | 72 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()
|