Home
last modified time | relevance | path

Searched defs:count (Results 1 – 16 of 16) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_flexio_uart.c425 …EXIO_UART_TransferGetSendCount(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle, size_t *count) in FLEXIO_UART_TransferGetSendCount()
561 …O_UART_TransferGetReceiveCount(FLEXIO_UART_Type *base, flexio_uart_handle_t *handle, size_t *count) in FLEXIO_UART_TransferGetReceiveCount()
578 uint8_t count = 1; in FLEXIO_UART_TransferHandleIRQ() local
Dfsl_lpuart_edma.c284 …PUART_TransferGetReceiveCountEDMA(LPUART_Type *base, lpuart_edma_handle_t *handle, uint32_t *count) in LPUART_TransferGetReceiveCountEDMA()
302 …t LPUART_TransferGetSendCountEDMA(LPUART_Type *base, lpuart_edma_handle_t *handle, uint32_t *count) in LPUART_TransferGetSendCountEDMA()
Dfsl_flexio_uart_edma.c293 size_t *count) in FLEXIO_UART_TransferGetReceiveCountEDMA()
311 …_TransferGetSendCountEDMA(FLEXIO_UART_Type *base, flexio_uart_edma_handle_t *handle, size_t *count) in FLEXIO_UART_TransferGetSendCountEDMA()
Dfsl_lpuart.c863 status_t LPUART_TransferGetSendCount(LPUART_Type *base, lpuart_handle_t *handle, uint32_t *count) in LPUART_TransferGetSendCount()
1010 status_t LPUART_TransferGetReceiveCount(LPUART_Type *base, lpuart_handle_t *handle, uint32_t *count) in LPUART_TransferGetReceiveCount()
1029 uint8_t count; in LPUART_TransferHandleIRQ() local
Dfsl_lpspi_edma.c560 …SPI_MasterTransferGetCountEDMA(LPSPI_Type *base, lpspi_master_edma_handle_t *handle, size_t *count) in LPSPI_MasterTransferGetCountEDMA()
981 …LPSPI_SlaveTransferGetCountEDMA(LPSPI_Type *base, lpspi_slave_edma_handle_t *handle, size_t *count) in LPSPI_SlaveTransferGetCountEDMA()
Dfsl_flexio_i2c_master.c554 status_t FLEXIO_I2C_MasterSetTransferCount(FLEXIO_I2C_Type *base, uint8_t count) in FLEXIO_I2C_MasterSetTransferCount()
754 …2C_MasterTransferGetCount(FLEXIO_I2C_Type *base, flexio_i2c_master_handle_t *handle, size_t *count) in FLEXIO_I2C_MasterTransferGetCount()
Dfsl_common.h182 #define COUNT_TO_USEC(count, clockFreqInHz) (uint64_t)((uint64_t)count * 1000000U / clockFreqInHz) argument
187 #define COUNT_TO_MSEC(count, clockFreqInHz) (uint64_t)((uint64_t)count * 1000U / clockFreqInHz) argument
Dfsl_lpspi.c964 …atus_t LPSPI_MasterTransferGetCount(LPSPI_Type *base, lpspi_master_handle_t *handle, size_t *count) in LPSPI_MasterTransferGetCount()
1324 status_t LPSPI_SlaveTransferGetCount(LPSPI_Type *base, lpspi_slave_handle_t *handle, size_t *count) in LPSPI_SlaveTransferGetCount()
Dfsl_lpi2c.c971 …atus_t LPI2C_MasterTransferGetCount(LPI2C_Type *base, lpi2c_master_handle_t *handle, size_t *count) in LPI2C_MasterTransferGetCount()
1377 status_t LPI2C_SlaveTransferGetCount(LPI2C_Type *base, lpi2c_slave_handle_t *handle, size_t *count) in LPI2C_SlaveTransferGetCount()
Dfsl_flexio_spi_edma.h186 size_t *count) in FLEXIO_SPI_SlaveTransferGetCountEDMA()
Dfsl_flexio_spi_edma.c329 size_t *count) in FLEXIO_SPI_MasterTransferGetCountEDMA()
Dfsl_lpi2c_edma.c344 …I2C_MasterTransferGetCountEDMA(LPI2C_Type *base, lpi2c_master_edma_handle_t *handle, size_t *count) in LPI2C_MasterTransferGetCountEDMA()
Dfsl_xrdc.c59 uint32_t count = 0U; in XRDC_CountLeadingZeros() local
Dfsl_flexio_spi.c771 …PI_MasterTransferGetCount(FLEXIO_SPI_Type *base, flexio_spi_master_handle_t *handle, size_t *count) in FLEXIO_SPI_MasterTransferGetCount()
Dfsl_flexio_spi.h665 size_t *count) in FLEXIO_SPI_SlaveTransferGetCount()
Dfsl_cau3_ble.c877 static void cau3_xor_buf(uint8_t *buf, const uint8_t *mask, uint32_t count) in cau3_xor_buf()