Home
last modified time | relevance | path

Searched full:activate (Results 1 – 25 of 58) sorted by relevance

123

/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/gconf/
H A Dgconf.glade49 <signal name="activate" handler="on_load1_activate"/>
50 <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
72 <signal name="activate" handler="on_save_activate"/>
73 <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
95 <signal name="activate" handler="on_save_as1_activate"/>
122 <signal name="activate" handler="on_quit1_activate"/>
123 <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
159 <signal name="activate" handler="on_show_name1_activate"/>
170 <signal name="activate" handler="on_show_range1_activate"/>
181 <signal name="activate" handler="on_show_data1_activate"/>
[all …]
/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dmpu6050_sensor.h159 virtual int activate(int enable);
177 virtual int activate(int enable);
H A Dmpu6050_sensor.cpp216 MPU6050_Accelerometer::activate(int enable) in activate() function in MPU6050_Accelerometer
379 MPU6050_Gyroscope::activate(int enable) in activate() function in MPU6050_Gyroscope
H A Dbmi055_sensor.cpp211 BMI055_Accelerometer::activate(int enable) in activate() function in BMI055_Accelerometer
376 BMI055_Gyroscope::activate(int enable) in activate() function in BMI055_Gyroscope
H A Dbmi055_sensor.h304 virtual int activate(int enable);
322 virtual int activate(int enable);
H A Dsensor.cpp227 return sensor_base->activate(enable); in rt_sensor_activate()
H A Dsensor.h41 * A Handle identifies a given sensors. The handle is used to activate
621 * must disables itself automatically, as if activate(..., 0) had been called.
1064 virtual int activate(int enable) = 0;
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_qspi.c139 … QSPI interrupt is disabled because the device should be enabled in polling mode (wait for activate in nrfx_qspi_init()
156 // Waiting for the peripheral to activate in nrfx_qspi_init()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/
H A Ddialog.h249 * This is the base for fictitious keys, which activate
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_kmu.h82 * @param[in] task Task to activate.
H A Dnrf_ecb.h126 * @param[in] task Task to activate.
H A Dnrf_qspi.h67 …NRF_QSPI_TASK_ACTIVATE = offsetof(NRF_QSPI_Type, TASKS_ACTIVATE), /**< Activate the QSPI inter…
263 * @param[in] task Task to activate.
H A Dnrf_adc.h143 * @param[in] task Task to activate.
H A Dnrf_dppi.h81 * @param[in] dppi_task Task to activate.
H A Dnrf_twi.h134 * @param[in] task Task to activate.
H A Dnrf_ccm.h139 * @param[in] task Task to activate.
H A Dnrf_nfct.h57 …NRF_NFCT_TASK_ACTIVATE = offsetof(NRF_NFCT_Type, TASKS_ACTIVATE), /**< Activate the NFCT p…
93 …IELDDETECTED_ACTIVATE_Msk, /**< Shortcut between the FIELDDETECTED event and the ACTIVATE task. */
/nrf52832-nimble/rt-thread/tools/
H A Dpymenuconfig.py694 self.list.activate(idx)
799 # Activate previously selected node
803 self.list.activate(0)
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/
H A Dmb_m.c220 /* Activate the protocol stack. */ in eMBMasterEnable()
H A Dmb.c303 /* Activate the protocol stack. */ in eMBEnable()
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/rtu/
H A Dmbrtu.c211 /* Activate the transmitter. */ in eMBRTUSend()
H A Dmbrtu_m.c220 /* Activate the transmitter. */ in eMBMasterRTUSend()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/
H A Dsyscfg.yml340 Activate shell module that provides Bluetooth Mesh commands to
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/ascii/
H A Dmbascii.c209 /* Activate the transmitter. */ in eMBASCIISend()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/mdns/
H A Dmdns.c2051 * Activate MDNS responder for a network interface.
2052 * @param netif The network interface to activate.
2149 * @param netif The network interface to activate.
2261 * @param netif The network interface to activate.

123