Home
last modified time | relevance | path

Searched refs:isConfigured (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/spi/
Dfsl_spi_cmsis.c122 …ommonControl(uint32_t control, uint32_t arg, cmsis_spi_resource_t *resource, uint8_t *isConfigured) in SPI_CommonControl() argument
300 if (((*isConfigured) & SPI_FLAG_CONFIGURED) != 0U) in SPI_CommonControl()
305 *isConfigured |= (uint8_t)SPI_FLAG_CONFIGURED; in SPI_CommonControl()
309 if (((*isConfigured) & SPI_FLAG_CONFIGURED) != 0U) in SPI_CommonControl()
314 *isConfigured |= (uint8_t)SPI_FLAG_CONFIGURED; in SPI_CommonControl()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/dspi/
Dfsl_dspi_cmsis.c122 uint8_t *isConfigured) in DSPI_CommonControl() argument
294 if (((*isConfigured) & SPI_FLAG_CONFIGURED) != 0U) in DSPI_CommonControl()
299 *isConfigured |= (uint8_t)SPI_FLAG_CONFIGURED; in DSPI_CommonControl()
303 if (((*isConfigured) & SPI_FLAG_CONFIGURED) != 0U) in DSPI_CommonControl()
308 *isConfigured |= (uint8_t)SPI_FLAG_CONFIGURED; in DSPI_CommonControl()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/iuart/
Dfsl_uart_cmsis.c121 uint8_t *isConfigured) in UART_CommonControl() argument
225 if (((*isConfigured) & (uint8_t)USART_FLAG_CONFIGURED) != 0U) in UART_CommonControl()
228 *isConfigured &= ~(uint8_t)(USART_FLAG_CONFIGURED); in UART_CommonControl()
240 *isConfigured |= USART_FLAG_CONFIGURED; in UART_CommonControl()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/uart/
Dfsl_uart_cmsis.c315 uint8_t *isConfigured) in UART_CommonControl() argument
406 if (((*isConfigured) & (uint8_t)USART_FLAG_CONFIGURED) != 0U) in UART_CommonControl()
409 *isConfigured &= ~(uint8_t)USART_FLAG_CONFIGURED; in UART_CommonControl()
421 *isConfigured |= (uint8_t)USART_FLAG_CONFIGURED; in UART_CommonControl()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/flexcomm/
Dfsl_usart_cmsis.c123 uint8_t *isConfigured) in USART_CommonControl() argument
186 if (((*isConfigured) & (uint8_t)USART_FLAG_CONFIGURED) != 0U) in USART_CommonControl()
189 *isConfigured &= ~(uint8_t)USART_FLAG_CONFIGURED; in USART_CommonControl()
201 *isConfigured |= (uint8_t)USART_FLAG_CONFIGURED; in USART_CommonControl()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpspi/
Dfsl_lpspi_cmsis.c127 uint8_t *isConfigured) in LPSPI_CommonControl() argument
342 if (((*isConfigured) & (uint8_t)SPI_FLAG_CONFIGURED) != 0U) in LPSPI_CommonControl()
347 *isConfigured |= (uint8_t)SPI_FLAG_CONFIGURED; in LPSPI_CommonControl()
351 if (((*isConfigured) & (uint8_t)SPI_FLAG_CONFIGURED) != 0U) in LPSPI_CommonControl()
356 *isConfigured |= (uint8_t)SPI_FLAG_CONFIGURED; in LPSPI_CommonControl()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/lpuart/
Dfsl_lpuart_cmsis.c349 uint8_t *isConfigured) in LPUART_CommonControl() argument
464 if (((*isConfigured) & (uint8_t)USART_FLAG_CONFIGURED) != 0U) in LPUART_CommonControl()
467 *isConfigured &= ~(uint8_t)USART_FLAG_CONFIGURED; in LPUART_CommonControl()
479 *isConfigured |= (uint8_t)USART_FLAG_CONFIGURED; in LPUART_CommonControl()