/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/gconf/ |
H A D | gconf.glade | 49 <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 D | mpu6050_sensor.h | 159 virtual int activate(int enable); 177 virtual int activate(int enable);
|
H A D | mpu6050_sensor.cpp | 216 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 D | bmi055_sensor.cpp | 211 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 D | bmi055_sensor.h | 304 virtual int activate(int enable); 322 virtual int activate(int enable);
|
H A D | sensor.cpp | 227 return sensor_base->activate(enable); in rt_sensor_activate()
|
H A D | sensor.h | 41 * 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 D | nrfx_qspi.c | 139 … 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 D | dialog.h | 249 * This is the base for fictitious keys, which activate
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_kmu.h | 82 * @param[in] task Task to activate.
|
H A D | nrf_ecb.h | 126 * @param[in] task Task to activate.
|
H A D | nrf_qspi.h | 67 …NRF_QSPI_TASK_ACTIVATE = offsetof(NRF_QSPI_Type, TASKS_ACTIVATE), /**< Activate the QSPI inter… 263 * @param[in] task Task to activate.
|
H A D | nrf_adc.h | 143 * @param[in] task Task to activate.
|
H A D | nrf_dppi.h | 81 * @param[in] dppi_task Task to activate.
|
H A D | nrf_twi.h | 134 * @param[in] task Task to activate.
|
H A D | nrf_ccm.h | 139 * @param[in] task Task to activate.
|
H A D | nrf_nfct.h | 57 …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 D | pymenuconfig.py | 694 self.list.activate(idx) 799 # Activate previously selected node 803 self.list.activate(0)
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/ |
H A D | mb_m.c | 220 /* Activate the protocol stack. */ in eMBMasterEnable()
|
H A D | mb.c | 303 /* Activate the protocol stack. */ in eMBEnable()
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/rtu/ |
H A D | mbrtu.c | 211 /* Activate the transmitter. */ in eMBRTUSend()
|
H A D | mbrtu_m.c | 220 /* Activate the transmitter. */ in eMBMasterRTUSend()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/ |
H A D | syscfg.yml | 340 Activate shell module that provides Bluetooth Mesh commands to
|
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/ascii/ |
H A D | mbascii.c | 209 /* Activate the transmitter. */ in eMBASCIISend()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/mdns/ |
H A D | mdns.c | 2051 * 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.
|