Home
last modified time | relevance | path

Searched full:hwctrl (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/boards/infineon/xmc47_relax_kit/
Dxmc47_relax_kit-pinctrl.dtsi11 hwctrl = "disabled";
16 hwctrl = "disabled";
22 hwctrl = "disabled";
27 hwctrl = "disabled";
33 hwctrl = "disabled";
38 hwctrl = "disabled";
44 hwctrl = "disabled";
50 hwctrl = "disabled";
56 hwctrl = "disabled";
62 hwctrl = "disabled";
[all …]
/Zephyr-latest/boards/infineon/xmc45_relax_kit/
Dxmc45_relax_kit-pinctrl.dtsi11 hwctrl = "disabled";
16 hwctrl = "disabled";
22 hwctrl = "disabled";
28 hwctrl = "disabled";
40 hwctrl = "disabled";
47 hwctrl = "disabled";
54 hwctrl = "disabled";
61 hwctrl = "disabled";
66 hwctrl = "disabled";
71 hwctrl = "disabled";
[all …]
/Zephyr-latest/dts/bindings/i2c/
Dinfineon,xmc4xxx-i2c.yaml36 hwctrl should be disabled:
41 hwctrl = "disabled";
47 hwctrl = "disabled";
111 The pins should set to open-drain and hwctrl should be disabled.
116 hwctrl = "disabled";
150 hwctrl = "disabled";
156 hwctrl = "disabled";
160 hwctrl = "disabled";
164 hwctrl = "disabled";
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/
Dxmc47_relax_kit.overlay54 hwctrl = "disabled";
60 hwctrl = "disabled";
65 hwctrl = "disabled";
77 hwctrl = "disabled";
88 hwctrl = "disabled";
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/
Dxmc47_relax_kit.overlay10 hwctrl = "disabled";
15 hwctrl = "disabled";
21 hwctrl = "disabled";
Dxmc45_relax_kit.overlay11 hwctrl = "disabled";
16 hwctrl = "disabled";
21 hwctrl = "disabled";
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_xmc4xxx.c19 int port_id, pin, alt_fun, hwctrl; in pinctrl_configure_pin() local
69 hwctrl = XMC4XXX_PINMUX_GET_HWCTRL(pinmux); in pinctrl_configure_pin()
70 if (hwctrl) { in pinctrl_configure_pin()
71 XMC_GPIO_SetHardwareControl(gpio_port, pin, hwctrl); in pinctrl_configure_pin()
/Zephyr-latest/dts/arm/infineon/cat3/xmc/
Dxmc4700_F144x2048-pinctrl.dtsi358 hwctrl = "periph2";
362 hwctrl = "periph2";
366 hwctrl = "periph2";
370 hwctrl = "periph2";
374 hwctrl = "periph2";
378 hwctrl = "periph2";
382 hwctrl = "periph2";
386 hwctrl = "periph2";
390 hwctrl = "periph2";
394 hwctrl = "periph2";
[all …]
Dxmc4500_F100x1024-pinctrl.dtsi431 hwctrl = "periph1";
435 hwctrl = "periph1";
439 hwctrl = "periph1";
/Zephyr-latest/tests/drivers/i2c/i2c_api/boards/
Dxmc47_relax_kit.overlay17 hwctrl = "disabled";
23 hwctrl = "disabled";
/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/
Dxmc45_relax_kit.overlay24 hwctrl = "disabled";
29 hwctrl = "disabled";
Dxmc47_relax_kit.overlay28 hwctrl = "disabled";
33 hwctrl = "disabled";
/Zephyr-latest/dts/bindings/pwm/
Dinfineon,xmc4xxx-ccu4-pwm.yaml39 The pin should be configured with drive-push-pull bool option and hwctrl should be set
44 hwctrl = "disabled";
/Zephyr-latest/soc/infineon/cat3/xmc4xxx/
Dpinctrl_soc.h27 DT_ENUM_IDX(DT_PHANDLE_BY_IDX(node, pr, idx), hwctrl) << XMC4XXX_HWCTRL_POS),
/Zephyr-latest/dts/bindings/pinctrl/
Dinfineon,xmc4xxx-pinctrl.yaml104 hwctrl:
/Zephyr-latest/drivers/serial/
Duart_xlnx_ps.c557 * @param hwctrl Enumeration value to be converted to a bit mask.
564 enum uart_config_flow_control hwctrl) in uart_xlnx_ps_cfg2ll_hwctrl() argument
573 if (hwctrl == UART_CFG_FLOW_CTRL_RTS_CTS) { in uart_xlnx_ps_cfg2ll_hwctrl()
575 } else if (hwctrl == UART_CFG_FLOW_CTRL_NONE) { in uart_xlnx_ps_cfg2ll_hwctrl()
Duart_stm32.c267 uint32_t hwctrl) in uart_stm32_set_hwctrl() argument
271 LL_USART_SetHWFlowCtrl(config->usart, hwctrl); in uart_stm32_set_hwctrl()