Home
last modified time | relevance | path

Searched refs:parity (Results 1 – 11 of 11) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/nordic_nrf/common/core/cmsis_drivers/
DDriver_USART.c236 hal_cfg.parity = NRF_UARTE_PARITY_EXCLUDED; in ARM_USARTx_Control()
241 hal_cfg.parity = NRF_UARTE_PARITY_INCLUDED; in ARM_USARTx_Control()
246 hal_cfg.parity = NRF_UARTE_PARITY_INCLUDED; in ARM_USARTx_Control()
251 hal_cfg.parity = NRF_UARTE_PARITY_INCLUDED; in ARM_USARTx_Control()
311 .parity = NRF_UARTE_PARITY_EXCLUDED, \
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/CMSIS_Driver/
DDriver_USART.c246 config->parity = CY_SCB_UART_PARITY_NONE; in USARTx_SetParity()
250 config->parity = CY_SCB_UART_PARITY_EVEN; in USARTx_SetParity()
254 config->parity = CY_SCB_UART_PARITY_ODD; in USARTx_SetParity()
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_s1/Native_Driver/
Duart_pl011_drv.c237 enum uart_pl011_parity_t parity, in _uart_pl011_set_format() argument
244 parity &= UART_PL011_UARTLCR_H_PARITY_MASK; in _uart_pl011_set_format()
247 p_uart->uartlcr_h = ctrl_reg | word_len | parity | stop_bits; in _uart_pl011_set_format()
650 enum uart_pl011_parity_t parity, in uart_pl011_set_format() argument
666 _uart_pl011_set_format(p_uart, word_len, parity, stop_bits); in uart_pl011_set_format()
Duart_pl011_drv.h525 enum uart_pl011_parity_t parity,
/trusted-firmware-m-3.4.0/platform/ext/target/arm/rss/common/native_drivers/
Duart_pl011_drv.c237 enum uart_pl011_parity_t parity, in _uart_pl011_set_format() argument
244 parity &= UART_PL011_UARTLCR_H_PARITY_MASK; in _uart_pl011_set_format()
247 p_uart->uartlcr_h = ctrl_reg | word_len | parity | stop_bits; in _uart_pl011_set_format()
650 enum uart_pl011_parity_t parity, in uart_pl011_set_format() argument
666 _uart_pl011_set_format(p_uart, word_len, parity, stop_bits); in uart_pl011_set_format()
Duart_pl011_drv.h525 enum uart_pl011_parity_t parity,
/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Native_Driver/
Duart_pl011_drv.c237 enum uart_pl011_parity_t parity, in _uart_pl011_set_format() argument
244 parity &= UART_PL011_UARTLCR_H_PARITY_MASK; in _uart_pl011_set_format()
247 p_uart->uartlcr_h = ctrl_reg | word_len | parity | stop_bits; in _uart_pl011_set_format()
650 enum uart_pl011_parity_t parity, in uart_pl011_set_format() argument
666 _uart_pl011_set_format(p_uart, word_len, parity, stop_bits); in uart_pl011_set_format()
Duart_pl011_drv.h525 enum uart_pl011_parity_t parity,
/trusted-firmware-m-3.4.0/platform/ext/target/arm/corstone1000/Native_Driver/
Duart_pl011_drv.c237 enum uart_pl011_parity_t parity, in _uart_pl011_set_format() argument
244 parity &= UART_PL011_UARTLCR_H_PARITY_MASK; in _uart_pl011_set_format()
247 p_uart->uartlcr_h = ctrl_reg | word_len | parity | stop_bits; in _uart_pl011_set_format()
650 enum uart_pl011_parity_t parity, in uart_pl011_set_format() argument
666 _uart_pl011_set_format(p_uart, word_len, parity, stop_bits); in uart_pl011_set_format()
Duart_pl011_drv.h525 enum uart_pl011_parity_t parity,
/trusted-firmware-m-3.4.0/platform/ext/target/cypress/psoc64/Device/Source/
Ddevice_definition.c43 .parity = CY_SCB_UART_PARITY_NONE,