Home
last modified time | relevance | path

Searched refs:mxc_get_lock (Results 1 – 6 of 6) sorted by relevance

/bsp/maxim/libraries/MAX32660PeriphDriver/Source/
A Ddma.c79 if (mxc_get_lock(&dma_lock, 1) != E_NO_ERROR) { in DMA_Init()
111 if (mxc_get_lock(&dma_lock, 1) != E_NO_ERROR) { in DMA_Shutdown()
155 if (mxc_get_lock(&dma_lock, 1) != E_NO_ERROR) { in DMA_AcquireChannel()
183 if (mxc_get_lock(&dma_lock, 1) != E_NO_ERROR) { in DMA_ReleaseChannel()
A Dmxc_lock.c56 int mxc_get_lock(uint32_t *lock, uint32_t value) in mxc_get_lock() function
A Duart.c396 while (mxc_get_lock((uint32_t*)&rx_states[uart_num], 1) != E_NO_ERROR) { in UART_Read()
466 while (mxc_get_lock((uint32_t*)&tx_states[uart_num], 1) != E_NO_ERROR) { in UART_Write()
533 if (mxc_get_lock((uint32_t*)&rx_states[uart_num], (uint32_t)req) != E_NO_ERROR) { in UART_ReadAsync()
583 if (mxc_get_lock((uint32_t*)&tx_states[uart_num], (uint32_t)req) != E_NO_ERROR) { in UART_WriteAsync()
A Di2c.c470 if (mxc_get_lock((uint32_t*)&states[i2c_num].req, 1) != E_NO_ERROR) { in I2C_Slave()
636 if (mxc_get_lock((uint32_t*)&states[i2c_num].req, (uint32_t)req) != E_NO_ERROR) { in I2C_MasterAsync()
827 if (mxc_get_lock((uint32_t*)&states[i2c_num].req, (uint32_t)req) != E_NO_ERROR) { in I2C_SlaveAsync()
A Dspimss.c182 if (mxc_get_lock((uint32_t*)&states[spi_num].req, (uint32_t)req) != E_NO_ERROR) { in SPIMSS_TransSetup()
/bsp/maxim/libraries/MAX32660PeriphDriver/Include/
A Dmxc_lock.h79 int mxc_get_lock(uint32_t *lock, uint32_t value);

Completed in 14 milliseconds