HomeSort by relevance Sort by last modified time
    Searched defs:debounce (Results 1 - 4 of 4) sorted by null

  /external/u-boot/arch/arm/include/asm/arch-rockchip/
gpio.h 19 u32 debounce; member in struct:rockchip_gpio_regs
  /external/u-boot/arch/arm/mach-davinci/include/mach/
syscfg_defs.h 28 unsigned int debounce[8]; /* 0x54 */ member in struct:dv_sys_module_regs
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/gpio/
rk3399_gpio.c 32 uint32_t debounce; member in struct:__anon5157
44 #define DEBOUNCE 0x48
346 store_gpio[i - 2].debounce =
347 mmio_read_32(gpio_port[i] + DEBOUNCE);
396 mmio_write_32(gpio_port[i] + DEBOUNCE,
397 store_gpio[i - 2].debounce);
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
rx-debounce.hpp 5 /*! \file rx-debounce.hpp
18 \snippet debounce.cpp debounce sample
19 \snippet output.txt debounce sample
44 struct debounce struct in namespace:rxcpp::operators::detail
64 debounce(duration_type period, coordination_type coordination) function in struct:rxcpp::operators::detail::debounce
210 /*! @copydoc rx-debounce.hpp
213 auto debounce(AN&&... an)
228 class Debounce = rxo::detail::debounce<SourceValue, rxu::decay_t<Duration>, identity_one_worker>
    [all...]

Completed in 2242 milliseconds