Home
last modified time | relevance | path

Searched +full:disable +full:- +full:pullups (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/dts/bindings/gpio/
Dsilabs,si32-gpio.yaml3 # SPDX-License-Identifier: Apache-2.0
7 compatible: "silabs,si32-gpio"
9 include: [gpio-controller.yaml, base.yaml]
15 "#gpio-cells":
18 disable-pullups:
21 gpio-cells:
22 - pin
23 - flags
/Zephyr-latest/boards/gardena/sgrm/
Dsgrm.dts4 * SPDX-License-Identifier: Apache-2.0
7 /dts-v1/;
9 #include "sgrm-pinctrl.dtsi"
13 compatible = "gardena,sgrm-sim3u167", "silabs,sim3u167","silabs,sim3u";
18 zephyr,shell-uart = &usart1;
20 zephyr,ppp-uart = &usart0;
25 clock-frequency = <76953600>;
43 current-speed = <500000>;
44 pinctrl-0 = <&usart0_default>;
45 pinctrl-names = "default";
[all …]
/Zephyr-latest/drivers/usb/common/nrf_usbd_common/
Dnrf_usbd_common.c2 * Copyright (c) 2016 - 2023, Nordic Semiconductor ASA
4 * SPDX-License-Identifier: Apache-2.0
55 /* Anomaly 211 - Device remains in SUSPEND too long when host resumes
183 * - true - bus suspended
184 * - false - ongoing normal communication on the bus
251 /** NRFX_SUCCESS or error code, never NRFX_ERROR_BUSY - this one is calculated. */
294 return &NRF_USBD->EVENTS_ENDEPIN[ep_num]; in usbd_ep_to_endevent()
296 return &NRF_USBD->EVENTS_ENDEPOUT[ep_num]; in usbd_ep_to_endevent()
300 return ep_in ? &NRF_USBD->EVENTS_ENDISOIN : &NRF_USBD->EVENTS_ENDISOOUT; in usbd_ep_to_endevent()
313 return NRF_USBD->EPIN[ep_num].AMOUNT; in usbd_ep_amount_get()
[all …]