Home
last modified time | relevance | path

Searched refs:parity (Results 101 – 125 of 157) sorted by relevance

1234567

/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp.c209 p->dev_config.parity = UART_CFG_PARITY_NONE; in osdp_init()
/Zephyr-latest/drivers/serial/
Duart_imx.c71 .parity = uartParityDisable, in uart_imx_init()
Duart_msp432p4xx.c128 UartConfig.parity = EUSCI_A_UART_NO_PARITY; in uart_msp432p4xx_init()
Duart_sam0.c416 switch (new_cfg->parity) { in uart_sam0_configure()
432 dev_data->config_cache.parity = new_cfg->parity; in uart_sam0_configure()
548 dev_data->config_cache.parity = UART_CFG_PARITY_NONE; in uart_sam0_init()
Duart_pl011.c226 switch (cfg->parity) { in pl011_runtime_configure_internal()
698 .parity = UART_CFG_PARITY_NONE, \
Duart_rcar.c205 if (cfg->parity != UART_CFG_PARITY_NONE || in uart_rcar_configure()
583 .parity = UART_CFG_PARITY_NONE, \
Duart_psoc6.c73 .parity = CY_SCB_UART_PARITY_NONE,
DKconfig.nrfx_uart_instance38 Enable parity bit.
Duart_nrfx_uarte.c584 switch (cfg->parity) { in uarte_nrfx_configure()
586 uarte_cfg.parity = NRF_UARTE_PARITY_EXCLUDED; in uarte_nrfx_configure()
589 uarte_cfg.parity = NRF_UARTE_PARITY_INCLUDED; in uarte_nrfx_configure()
593 uarte_cfg.parity = NRF_UARTE_PARITY_INCLUDED; in uarte_nrfx_configure()
2493 .parity = IS_ENABLED(CONFIG_UART_##idx##_NRF_PARITY_BIT) ? \
2507 .parity = IS_ENABLED(CONFIG_UART_##idx##_NRF_PARITY_BIT) \
/Zephyr-latest/drivers/i2c/
Di2c_sc18im704.c244 .parity = UART_CFG_PARITY_NONE, in i2c_sc18im_init()
/Zephyr-latest/drivers/input/
Dinput_sbus.c30 .parity = UART_CFG_PARITY_EVEN,
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py148 parity=serial.PARITY_NONE,
/Zephyr-latest/boards/st/stm32f072_eval/doc/
Dindex.rst45 - 16 KB SRAM with HW parity
/Zephyr-latest/tests/drivers/uart/uart_errors/src/
Dmain.c216 config.parity = cfg_ok ? UART_CFG_PARITY_NONE : UART_CFG_PARITY_EVEN; in reconfigure()
/Zephyr-latest/samples/subsys/modbus/rtu_server/
DREADME.rst81 --bytesize 8 --parity N --stopbits 2
/Zephyr-latest/drivers/i3c/
Di3c_cdns.c631 uint8_t parity; in cdns_i3c_ddr_parity() local
636 parity = (pb & 1) << 1; in cdns_i3c_ddr_parity()
640 parity |= (pb & 1); in cdns_i3c_ddr_parity()
642 return parity; in cdns_i3c_ddr_parity()
672 uint8_t parity = 0; in cdns_i3c_even_parity_byte() local
676 parity = !parity; in cdns_i3c_even_parity_byte()
679 b = (byte << 1) | !parity; in cdns_i3c_even_parity_byte()
/Zephyr-latest/boards/blues/swan_r5/doc/
Dindex.rst70 - 640 Kbytes of SRAM including 64 Kbytes with hardware parity check
/Zephyr-latest/boards/alientek/pandora_stm32l475/doc/
Dindex.rst62 - Up to 128 KB of SRAM including 32 KB with hardware parity check
/Zephyr-latest/samples/bluetooth/hci_uart_async/
DREADME.rst27 * 8 bits, no parity, 1 stop bit
/Zephyr-latest/boards/st/nucleo_l432kc/doc/
Dindex.rst56 - Up to 64 KB of SRAM including 16 KB with hardware parity check
/Zephyr-latest/boards/st/nucleo_l433rc_p/doc/
Dindex.rst56 - 64 KB of SRAM including 16 KB with hardware parity check
/Zephyr-latest/boards/st/stm32l476g_disco/doc/
Dindex.rst72 - Up to 128 KB of SRAM including 32 KB with hardware parity check
/Zephyr-latest/boards/st/nucleo_g474re/doc/
Dindex.rst55 - Up to 22 KB of SRAM including 16 KB with hardware parity check
/Zephyr-latest/boards/st/nucleo_g431rb/doc/
Dindex.rst55 - Up to 22 KB of SRAM including 16 KB with hardware parity check
/Zephyr-latest/boards/st/nucleo_l496zg/doc/
Dindex.rst63 - Up to 320 KB of SRAM including 64 KB with hardware parity check

1234567