Searched refs:uarte_cfg (Results 1 – 2 of 2) sorted by relevance
644 nrf_uarte_config_t uarte_cfg; in uarte_nrfx_configure() local647 uarte_cfg.frame_timeout = NRF_UARTE_FRAME_TIMEOUT_DIS; in uarte_nrfx_configure()653 uarte_cfg.stop = NRF_UARTE_STOP_ONE; in uarte_nrfx_configure()656 uarte_cfg.stop = NRF_UARTE_STOP_TWO; in uarte_nrfx_configure()673 uarte_cfg.hwfc = NRF_UARTE_HWFC_DISABLED; in uarte_nrfx_configure()676 uarte_cfg.hwfc = NRF_UARTE_HWFC_ENABLED; in uarte_nrfx_configure()683 uarte_cfg.paritytype = NRF_UARTE_PARITYTYPE_EVEN; in uarte_nrfx_configure()687 uarte_cfg.parity = NRF_UARTE_PARITY_EXCLUDED; in uarte_nrfx_configure()690 uarte_cfg.parity = NRF_UARTE_PARITY_INCLUDED; in uarte_nrfx_configure()694 uarte_cfg.parity = NRF_UARTE_PARITY_INCLUDED; in uarte_nrfx_configure()[all …]
517 nrf_uarte_config_t uarte_cfg; in uarte_nrfx_configure() local522 uarte_cfg.stop = NRF_UARTE_STOP_ONE; in uarte_nrfx_configure()525 uarte_cfg.stop = NRF_UARTE_STOP_TWO; in uarte_nrfx_configure()542 uarte_cfg.hwfc = NRF_UARTE_HWFC_DISABLED; in uarte_nrfx_configure()545 uarte_cfg.hwfc = NRF_UARTE_HWFC_ENABLED; in uarte_nrfx_configure()552 uarte_cfg.paritytype = NRF_UARTE_PARITYTYPE_EVEN; in uarte_nrfx_configure()556 uarte_cfg.parity = NRF_UARTE_PARITY_EXCLUDED; in uarte_nrfx_configure()559 uarte_cfg.parity = NRF_UARTE_PARITY_INCLUDED; in uarte_nrfx_configure()563 uarte_cfg.parity = NRF_UARTE_PARITY_INCLUDED; in uarte_nrfx_configure()564 uarte_cfg.paritytype = NRF_UARTE_PARITYTYPE_ODD; in uarte_nrfx_configure()[all …]