Searched full:nint (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/dts/bindings/mfd/ |
D | adi,adp5585.yaml | 15 nint-gpios: 18 Connection for the NINT signal. This signal is active-low when
|
D | nordic,npm6001.yaml | 18 nordic,nint-high-drive: 20 description: Set drive strength to high for NINT pin.
|
/Zephyr-latest/dts/bindings/gpio/ |
D | semtech,sx1509b.yaml | 18 nint-gpios: 21 Connection for the NINT signal. This signal is active-low when
|
D | ti,tca9538.yaml | 21 nint-gpios: 24 Connection for the NINT signal. This signal is active-low when
|
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/boards/ |
D | particle_xenon.overlay | 30 nint-gpios =<&gpio1 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/ |
D | particle_xenon.overlay | 30 nint-gpios =<&gpio1 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
/Zephyr-latest/dts/bindings/can/ |
D | ti,tcan4x5x.yaml | 60 GPIO connected to the TCAN4x5x nINT interrupt output. This signal is open-drain, active low.
|
/Zephyr-latest/drivers/can/ |
D | can_tcan4x5x.c | 616 LOG_ERR("nINT GPIO not ready"); in tcan4x5x_init() 622 LOG_ERR("failed to configure nINT GPIO (err %d)", err); in tcan4x5x_init() 631 LOG_ERR("failed to add nINT GPIO callback (err %d)", err); in tcan4x5x_init() 635 /* Initialize nINT GPIO callback and interrupt handler thread to ACK any early SPIERR */ in tcan4x5x_init() 638 LOG_ERR("failed to configure nINT GPIO interrupt (err %d)", err); in tcan4x5x_init()
|
/Zephyr-latest/drivers/mfd/ |
D | mfd_adp5585.c | 121 LOG_WRN("%s: nint pin not configured", dev->name); in mfd_adp5585_init()
|
/Zephyr-latest/boards/shields/tcan4550evm/doc/ |
D | index.rst | 42 | D9 | nINT |
|
/Zephyr-latest/boards/ezurio/bt610/ |
D | bt610.dts | 195 nint-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/boards/ezurio/bl5340_dvk/ |
D | bl5340_dvk_nrf5340_cpuapp_common.dtsi | 220 nint-gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
|
/Zephyr-latest/cmake/linker/armlink/ |
D | scatter_script.cmake | 430 file(APPEND ${STEERING_C} "\nint __armlink_symbol_steering(void) {\n")
|
/Zephyr-latest/tests/drivers/build_all/gpio/ |
D | app.overlay | 141 nint-gpios = <&test_gpio 0 0>;
|