Searched full:hwctrl (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/boards/infineon/xmc47_relax_kit/ |
D | xmc47_relax_kit-pinctrl.dtsi | 11 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/ |
D | xmc45_relax_kit-pinctrl.dtsi | 11 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/ |
D | infineon,xmc4xxx-i2c.yaml | 36 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/ |
D | xmc47_relax_kit.overlay | 54 hwctrl = "disabled"; 60 hwctrl = "disabled"; 65 hwctrl = "disabled"; 77 hwctrl = "disabled"; 88 hwctrl = "disabled";
|
/Zephyr-latest/tests/drivers/spi/spi_loopback/boards/ |
D | xmc47_relax_kit.overlay | 10 hwctrl = "disabled"; 15 hwctrl = "disabled"; 21 hwctrl = "disabled";
|
D | xmc45_relax_kit.overlay | 11 hwctrl = "disabled"; 16 hwctrl = "disabled"; 21 hwctrl = "disabled";
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_xmc4xxx.c | 19 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/ |
D | xmc4700_F144x2048-pinctrl.dtsi | 358 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 …]
|
D | xmc4500_F100x1024-pinctrl.dtsi | 431 hwctrl = "periph1"; 435 hwctrl = "periph1"; 439 hwctrl = "periph1";
|
/Zephyr-latest/tests/drivers/i2c/i2c_api/boards/ |
D | xmc47_relax_kit.overlay | 17 hwctrl = "disabled"; 23 hwctrl = "disabled";
|
/Zephyr-latest/tests/drivers/uart/uart_async_api/boards/ |
D | xmc45_relax_kit.overlay | 24 hwctrl = "disabled"; 29 hwctrl = "disabled";
|
D | xmc47_relax_kit.overlay | 28 hwctrl = "disabled"; 33 hwctrl = "disabled";
|
/Zephyr-latest/dts/bindings/pwm/ |
D | infineon,xmc4xxx-ccu4-pwm.yaml | 39 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/ |
D | pinctrl_soc.h | 27 DT_ENUM_IDX(DT_PHANDLE_BY_IDX(node, pr, idx), hwctrl) << XMC4XXX_HWCTRL_POS),
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | infineon,xmc4xxx-pinctrl.yaml | 104 hwctrl:
|
/Zephyr-latest/drivers/serial/ |
D | uart_xlnx_ps.c | 557 * @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()
|
D | uart_stm32.c | 267 uint32_t hwctrl) in uart_stm32_set_hwctrl() argument 271 LL_USART_SetHWFlowCtrl(config->usart, hwctrl); in uart_stm32_set_hwctrl()
|