Home
last modified time | relevance | path

Searched refs:temp32 (Results 1 – 4 of 4) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/components/spi/
A Dhpm_spi.c220 uint32_t temp32; in hpm_spi_prepare_dma_tx_descriptors() local
226 temp32 = per_trans_size; in hpm_spi_prepare_dma_tx_descriptors()
229 temp32 = tx_count; in hpm_spi_prepare_dma_tx_descriptors()
241 temp32 = temp32 + 1; in hpm_spi_prepare_dma_tx_descriptors()
244 temp32 = temp32 - 1; in hpm_spi_prepare_dma_tx_descriptors()
246 dma_transfer_size[i] = temp32; in hpm_spi_prepare_dma_tx_descriptors()
294 tx_buff_index += temp32 * context->data_len_in_byte; in hpm_spi_prepare_dma_tx_descriptors()
311 uint32_t temp32; in hpm_prepare_dma_rx_descriptors() local
317 temp32 = per_trans_size; in hpm_prepare_dma_rx_descriptors()
320 temp32 = rx_count; in hpm_prepare_dma_rx_descriptors()
[all …]
/bsp/nuvoton/libraries/n9h30/rtt_port/
A Ddrv_ge2d.c844 UINT32 temp32; in ge2dResetFIFO() local
846 temp32 = inpw(REG_GE2D_MISCTL); in ge2dResetFIFO()
847 temp32 |= 0x00000040; in ge2dResetFIFO()
848 outpw(REG_GE2D_MISCTL, temp32); in ge2dResetFIFO()
849 temp32 &= 0xffffffbf; in ge2dResetFIFO()
850 outpw(REG_GE2D_MISCTL, temp32); in ge2dResetFIFO()
1658 UINT32 temp32, line_control_code; in ge2dLine_DrawStyledLine() local
1743 temp32 = inpw(REG_GE2D_MISCTL) & 0x0000ffff; in ge2dLine_DrawStyledLine()
1744 temp32 = (line_control_code << 16) | temp32; in ge2dLine_DrawStyledLine()
1772 UINT32 temp32, line_control_code; in ge2dLine_DrawStyledLine_RGB565() local
[all …]
/bsp/efm32/
A Ddrv_sdcard.c1279 rt_uint32_t capacity, temp32; in list_sd() local
1314 sd_device.control(&sd_device, RT_DEVICE_CTRL_SD_GET_SCOUNT, &temp32); in list_sd()
1315 capacity = ((temp32 & 0x0000FFFF) * temp16) >> 16; in list_sd()
1316 capacity += ((temp32 >> 16) * temp16); in list_sd()
/bsp/rv32m1_vega/rv32m1_sdk_riscv/devices/RV32M1/drivers/
A Dfsl_cau3.c2061 uint32_t temp32 = base->STA; in cau3_wait() local
2062 error = temp32 & kCAU3_StatusErrorIsr; in cau3_wait()
2063 done = temp32 & kCAU3_StatusDoneIsr; in cau3_wait()

Completed in 26 milliseconds