Home
last modified time | relevance | path

Searched refs:uart_pl011_is_writable (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/arm/corstone1000/CMSIS_Driver/
DDriver_USART.c132 while(!uart_pl011_is_writable(uart_dev->dev)) {}; in ARM_USARTx_Send()
147 while (!uart_pl011_is_writable(uart_dev->dev)){}; in ARM_USARTx_Send()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/rdfremont/cmsis_drivers/
DDriver_USART.c132 while(!uart_pl011_is_writable(uart_dev->dev)) {}; in ARM_USARTx_Send()
147 while (!uart_pl011_is_writable(uart_dev->dev)){}; in ARM_USARTx_Send()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/tc/cmsis_drivers/
DDriver_USART.c132 while(!uart_pl011_is_writable(uart_dev->dev)) {}; in ARM_USARTx_Send()
147 while (!uart_pl011_is_writable(uart_dev->dev)){}; in ARM_USARTx_Send()
/trusted-firmware-m-latest/platform/ext/target/arm/rse/kronos/cmsis_drivers/
DDriver_USART.c132 while(!uart_pl011_is_writable(uart_dev->dev)) {}; in ARM_USARTx_Send()
147 while (!uart_pl011_is_writable(uart_dev->dev)){}; in ARM_USARTx_Send()
/trusted-firmware-m-latest/platform/ext/target/arm/musca_s1/CMSIS_Driver/
DDriver_USART.c128 while(!uart_pl011_is_writable(uart_dev->dev)) {}; in ARM_USARTx_Send()
143 while (!uart_pl011_is_writable(uart_dev->dev)){}; in ARM_USARTx_Send()
/trusted-firmware-m-latest/platform/ext/target/arm/musca_b1/CMSIS_Driver/
DDriver_USART.c132 while(!uart_pl011_is_writable(uart_dev->dev)) {}; in ARM_USARTx_Send()
147 while (!uart_pl011_is_writable(uart_dev->dev)){}; in ARM_USARTx_Send()
/trusted-firmware-m-latest/platform/ext/target/arm/drivers/usart/pl011/
Duart_pl011_drv.h496 bool uart_pl011_is_writable(struct uart_pl011_dev_t* dev);
Duart_pl011_drv.c619 bool uart_pl011_is_writable(struct uart_pl011_dev_t* dev) in uart_pl011_is_writable() function