/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_egu.h | 55 …GU_Type, TASKS_TRIGGER[0]), /**< Trigger 0 for triggering the corresponding TRIGGERED[0] event. */ 56 …GU_Type, TASKS_TRIGGER[1]), /**< Trigger 1 for triggering the corresponding TRIGGERED[1] event. */ 57 …GU_Type, TASKS_TRIGGER[2]), /**< Trigger 2 for triggering the corresponding TRIGGERED[2] event. */ 58 …GU_Type, TASKS_TRIGGER[3]), /**< Trigger 3 for triggering the corresponding TRIGGERED[3] event. */ 59 …GU_Type, TASKS_TRIGGER[4]), /**< Trigger 4 for triggering the corresponding TRIGGERED[4] event. */ 60 …GU_Type, TASKS_TRIGGER[5]), /**< Trigger 5 for triggering the corresponding TRIGGERED[5] event. */ 61 …GU_Type, TASKS_TRIGGER[6]), /**< Trigger 6 for triggering the corresponding TRIGGERED[6] event. */ 62 …GU_Type, TASKS_TRIGGER[7]), /**< Trigger 7 for triggering the corresponding TRIGGERED[7] event. */ 63 …GU_Type, TASKS_TRIGGER[8]), /**< Trigger 8 for triggering the corresponding TRIGGERED[8] event. */ 64 …GU_Type, TASKS_TRIGGER[9]), /**< Trigger 9 for triggering the corresponding TRIGGERED[9] event. */ [all …]
|
H A D | nrf_clock.h | 131 …ED = CLOCK_LFCLKRUN_STATUS_NotTriggered, /**< Task LFCLKSTART/HFCLKSTART has not been triggered. */ 132 …ED = CLOCK_LFCLKRUN_STATUS_Triggered /**< Task LFCLKSTART/HFCLKSTART has been triggered. */ 282 * the task LKCLKSTART is triggered. 304 * @retval NRF_CLOCK_START_TASK_NOT_TRIGGERED If the task LFCLKSTART has not been triggered. 305 * @retval NRF_CLOCK_START_TASK_TRIGGERED If the task LFCLKSTART has been triggered. 332 * @retval NRF_CLOCK_START_TASK_NOT_TRIGGERED If the task HFCLKSTART has not been triggered. 333 * @retval NRF_CLOCK_START_TASK_TRIGGERED If the task HFCLKSTART has been triggered.
|
/nrf52832-nimble/rt-thread/components/dfs/src/ |
H A D | poll.c | 9 * 2018-03-09 Bernard Add protection for pt->triggered. 27 rt_uint32_t triggered; /* the waited thread whether triggered */ member 47 pn->pt->triggered = 1; in __wqueue_pollwake() 76 pt->triggered = 0; in poll_table_init() 94 if (timeout != 0 && !pt->triggered) in poll_wait_timeout() 112 ret = !pt->triggered; in poll_wait_timeout()
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_pwm.h | 137 @note The STOP task is triggered when 174 to be triggered to start the 240 * the address of the task to be triggered. 253 * @return Address of the task to be triggered to start the playback if the @ref 267 * the address of the task to be triggered. 281 * @return Address of the task to be triggered to start the playback if the @ref
|
H A D | nrfx_adc.h | 226 * Conversion is done on all enabled channels, but it is not triggered by this 228 * wait for the SAMPLE task. Sampling can be triggered manually by the @ref 238 * an interrupt is not handled before the next sampling is triggered, the sample
|
H A D | nrfx_swi.h | 197 * @brief Function for returning the EGU triggered event address. 202 * @returns Address of EGU triggered event.
|
H A D | nrfx_spim.h | 270 * flag if the transfer is triggered externally by PPI. Supported only by SPIM. Use 280 * up a number of transfers that will be triggered externally (for example by PPI). An example is 283 * transfer is set up, a set of transfers can be triggered by PPI that will read, for example,
|
H A D | nrfx_twim.h | 318 …: Driver is not starting the transfer. Use this flag if the transfer is triggered externally by PP… 320 …r repeated transfers. You can set up a number of transfers that will be triggered externally (for … 322 …* After the transfer is set up, a set of transfers can be triggered by PPI that will read, for e…
|
H A D | nrfx_saadc.h | 220 * @retval NRFX_SUCCESS If ADC sampling was triggered. 247 * the SAMPLE task. It can be triggered manually by the @ref nrfx_saadc_sample function or by PPI
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/qconf/ |
H A D | qconf.cc | 1391 connect(backAction, SIGNAL(triggered(bool)), SLOT(goBack())); in ConfigMainWindow() 1395 connect(quitAction, SIGNAL(triggered(bool)), SLOT(close())); in ConfigMainWindow() 1398 connect(loadAction, SIGNAL(triggered(bool)), SLOT(loadConfig())); in ConfigMainWindow() 1401 connect(saveAction, SIGNAL(triggered(bool)), SLOT(saveConfig())); in ConfigMainWindow() 1406 connect(saveAsAction, SIGNAL(triggered(bool)), SLOT(saveConfigAs())); in ConfigMainWindow() 1409 connect(searchAction, SIGNAL(triggered(bool)), SLOT(searchConfig())); in ConfigMainWindow() 1412 connect(singleViewAction, SIGNAL(triggered(bool)), SLOT(showSingleView())); in ConfigMainWindow() 1415 connect(splitViewAction, SIGNAL(triggered(bool)), SLOT(showSplitView())); in ConfigMainWindow() 1418 connect(fullViewAction, SIGNAL(triggered(bool)), SLOT(showFullView())); in ConfigMainWindow() 1433 connect(optGroup, SIGNAL(triggered(QAction*)), configView, in ConfigMainWindow() [all …]
|
/nrf52832-nimble/rt-thread/components/vbus/ |
H A D | Kconfig | 46 The interrupt be triggered on a particular system when the client notify the host.
|
H A D | vbus.h | 166 * triggered. @param is not used by VBus and will pass to rt_vbus_hw_eoi.
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/ |
H A D | syscfg.yml | 23 PHY preference change is triggered by configured GPIO pins.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | dhcp6.h | 67 /** if request config is triggered while another action is active, this keeps track of it */
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ |
H A D | timeouts.c | 74 is triggered to start from TCP using tcp_timer_needed() */ 267 * triggered yet.
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ |
H A D | timeouts.c | 80 is triggered to start from TCP using tcp_timer_needed() */ 311 * triggered yet.
|
/nrf52832-nimble/nordic/nrfx/mdk/ |
H A D | nrf9160_bitfields.h | 234 /* Description: Status indicating that HFCLKSTART task has been triggered */ 236 /* Bit 0 : HFCLKSTART task triggered or not */ 239 #define CLOCK_HFCLKRUN_STATUS_NotTriggered (0UL) /*!< Task not triggered */ 240 #define CLOCK_HFCLKRUN_STATUS_Triggered (1UL) /*!< Task triggered */ 248 …KSTAT_STATE_NotRunning (0UL) /*!< HFXO has not been started or HFCLKSTOP task has been triggered */ 257 /* Description: Status indicating that LFCLKSTART task has been triggered */ 259 /* Bit 0 : LFCLKSTART task triggered or not */ 262 #define CLOCK_LFCLKRUN_STATUS_NotTriggered (0UL) /*!< Task not triggered */ 263 #define CLOCK_LFCLKRUN_STATUS_Triggered (1UL) /*!< Task triggered */ 271 …ning (0UL) /*!< Requested LFCLK source has not been started or LFCLKSTOP task has been triggered */ [all …]
|
H A D | nrf52810_bitfields.h | 620 …sed. The settings in this register apply whenever either the KSGEN or CRYPT tasks are triggered. */ 817 /* Description: Status indicating that HFCLKSTART task has been triggered */ 819 /* Bit 0 : HFCLKSTART task triggered or not */ 822 #define CLOCK_HFCLKRUN_STATUS_NotTriggered (0UL) /*!< Task not triggered */ 823 #define CLOCK_HFCLKRUN_STATUS_Triggered (1UL) /*!< Task triggered */ 841 /* Description: Status indicating that LFCLKSTART task has been triggered */ 843 /* Bit 0 : LFCLKSTART task triggered or not */ 846 #define CLOCK_LFCLKRUN_STATUS_NotTriggered (0UL) /*!< Task not triggered */ 847 #define CLOCK_LFCLKRUN_STATUS_Triggered (1UL) /*!< Task triggered */ 866 /* Description: Copy of LFCLKSRC register, set when LFCLKSTART task was triggered */ [all …]
|
H A D | nrf52_bitfields.h | 1121 /* Description: Status indicating that HFCLKSTART task has been triggered */ 1123 /* Bit 0 : HFCLKSTART task triggered or not */ 1126 #define CLOCK_HFCLKRUN_STATUS_NotTriggered (0UL) /*!< Task not triggered */ 1127 #define CLOCK_HFCLKRUN_STATUS_Triggered (1UL) /*!< Task triggered */ 1145 /* Description: Status indicating that LFCLKSTART task has been triggered */ 1147 /* Bit 0 : LFCLKSTART task triggered or not */ 1150 #define CLOCK_LFCLKRUN_STATUS_NotTriggered (0UL) /*!< Task not triggered */ 1151 #define CLOCK_LFCLKRUN_STATUS_Triggered (1UL) /*!< Task triggered */ 1170 /* Description: Copy of LFCLKSRC register, set when LFCLKSTART task was triggered */ 1511 /* Bit 15 : Enable or disable interrupt for TRIGGERED[15] event */ [all …]
|
H A D | nrf52810.svd | 2122 <description>Status indicating that HFCLKSTART task has been triggered</description> 2128 <description>HFCLKSTART task triggered or not</description> 2134 <description>Task not triggered</description> 2138 <name>Triggered</name> 2139 <description>Task triggered</description> 2192 <description>Status indicating that LFCLKSTART task has been triggered</description> 2198 <description>LFCLKSTART task triggered or not</description> 2204 <description>Task not triggered</description> 2208 <name>Triggered</name> 2209 <description>Task triggered</description> [all …]
|
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1b/ |
H A D | interrupt.c | 55 /* make all interrupts level triggered */ in rt_hw_interrupt_init()
|
/nrf52832-nimble/rt-thread/libcpu/mips/loongson_1c/ |
H A D | interrupt.c | 70 /* make all interrupts level triggered */ in rt_hw_interrupt_init()
|
/nrf52832-nimble/rt-thread/libcpu/arc/em/ |
H A D | contex_gcc.S | 212 /* handle software triggered interrupt */
|
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/ |
H A D | gic.c | 159 /* Set all global interrupts to be level triggered, active low. */ in arm_gic_dist_init()
|
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-m3/ |
H A D | cpuport.c | 276 /* [31]:DEBUGEVT, Indicates hard fault is triggered by debug event. */ in hard_fault_track()
|