Home
last modified time | relevance | path

Searched full:limit (Results 1 – 25 of 166) sorted by relevance

1234567

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_saadc.h192 …ffsetof(NRF_SAADC_Type, EVENTS_CH[0].LIMITH), ///< Last result is equal or above CH[0].LIMIT.HIGH.
193 …offsetof(NRF_SAADC_Type, EVENTS_CH[0].LIMITL), ///< Last result is equal or below CH[0].LIMIT.LOW.
194 …ffsetof(NRF_SAADC_Type, EVENTS_CH[1].LIMITH), ///< Last result is equal or above CH[1].LIMIT.HIGH.
195 …offsetof(NRF_SAADC_Type, EVENTS_CH[1].LIMITL), ///< Last result is equal or below CH[1].LIMIT.LOW.
196 …ffsetof(NRF_SAADC_Type, EVENTS_CH[2].LIMITH), ///< Last result is equal or above CH[2].LIMIT.HIGH.
197 …offsetof(NRF_SAADC_Type, EVENTS_CH[2].LIMITL), ///< Last result is equal or below CH[2].LIMIT.LOW.
198 …ffsetof(NRF_SAADC_Type, EVENTS_CH[3].LIMITH), ///< Last result is equal or above CH[3].LIMIT.HIGH.
199 …offsetof(NRF_SAADC_Type, EVENTS_CH[3].LIMITL), ///< Last result is equal or below CH[3].LIMIT.LOW.
200 …ffsetof(NRF_SAADC_Type, EVENTS_CH[4].LIMITH), ///< Last result is equal or above CH[4].LIMIT.HIGH.
201 …offsetof(NRF_SAADC_Type, EVENTS_CH[4].LIMITL), ///< Last result is equal or below CH[4].LIMIT.LOW.
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_saadc.h50 * @brief Value that should be set as high limit to disable limit detection.
54 * @brief Value that should be set as low limit to disable limit detection.
138 * @brief Analog-to-digital converter driver limit event data.
142 uint8_t channel; ///< Channel on which the limit was detected.
143 nrf_saadc_limit_t limit_type; ///< Type of limit detected.
155 nrfx_saadc_limit_evt_t limit; ///< Data for @ref NRFX_SAADC_EVT_LIMIT event. member
291 * When limits are enabled and the result exceeds the defined bounds, the limit handler
295 * @param[in] limit_low Lower limit (valid values from @ref NRFX_SAADC_LIMITL_DISABLED to
298 * to disable this limit.
299 * @param[in] limit_high Upper limit (valid values from @ref NRFX_SAADC_LIMITL_DISABLED to
[all …]
H A Dnrfx_systick.h56 * using interrupts. For safety we would limit the maximum delay range by half.
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/src/
H A Dblecsc_sens.c35 /* Simulated cadence lower limit */
37 /* Simulated cadence upper limit */
39 /* Simulated speed lower limit */
41 /* Simulated speed upper limit */
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dnrf_common.ld153 /* Set stack top to end of RAM, and stack limit move down by
159 /* Check if data + heap + stack exceeds RAM limit */
162 /* Check if text sections + data exceeds FLASH limit */
H A Dnrf52_common.ld155 /* Set stack top to end of RAM, and stack limit move down by
161 /* Check if data + heap + stack exceeds RAM limit */
164 /* Check if text sections + data exceeds FLASH limit */
H A Dnrf51_common.ld155 /* Set stack top to end of RAM, and stack limit move down by
161 /* Check if data + heap + stack exceeds RAM limit */
164 /* Check if text sections + data exceeds FLASH limit */
H A Dnrf91_common.ld155 /* Set stack top to end of RAM, and stack limit move down by
161 /* Check if data + heap + stack exceeds RAM limit */
/nrf52832-nimble/nordic/cmsis/include/
H A Dcmsis_armcc_V6.h537 \brief Get Process Stack Pointer Limit
538 \details Returns the current value of the Process Stack Pointer Limit (PSPLIM).
552 \brief Get Process Stack Pointer Limit (non-secure)
553 …\details Returns the current value of the non-secure Process Stack Pointer Limit (PSPLIM) when in …
567 \brief Set Process Stack Pointer Limit
568 \details Assigns the given value to the Process Stack Pointer Limit (PSPLIM).
569 \param [in] ProcStackPtrLimit Process Stack Pointer Limit value to set
580 …\details Assigns the given value to the non-secure Process Stack Pointer Limit (PSPLIM) when in se…
581 \param [in] ProcStackPtrLimit Process Stack Pointer Limit value to set
591 \brief Get Main Stack Pointer Limit
[all …]
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_saadc.c190 evt.data.limit.channel = LIMIT_EVENT_TO_CHANNEL(event); in nrfx_saadc_irq_handler()
191 evt.data.limit.limit_type = LIMIT_EVENT_TO_LIMIT_TYPE(event); in nrfx_saadc_irq_handler()
192 NRFX_LOG_DEBUG("Event limit, channel: %d, limit type: %d.", in nrfx_saadc_irq_handler()
193 evt.data.limit.channel, in nrfx_saadc_irq_handler()
194 evt.data.limit.limit_type); in nrfx_saadc_irq_handler()
/nrf52832-nimble/rt-thread/libcpu/ia32/
H A Dstart_gcc.S83 .word 0x07FF /* 8Mb - limit=2047 */
88 .word 0x07FF /* 8Mb - limit=2047 */
/nrf52832-nimble/rt-thread/components/cplusplus/
H A Dcrt_init.c56 extern const unsigned long SHT$$INIT_ARRAY$$Limit[]; in cplusplus_system_init()
59 const unsigned long *lim = SHT$$INIT_ARRAY$$Limit; in cplusplus_system_init()
/nrf52832-nimble/drivers/
H A Dboard.c19 extern int Image$$RW_IRAM1$$ZI$$Limit;
20 #define NRF_SRAM_BEGIN (&Image$$RW_IRAM1$$ZI$$Limit)
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt99 While normal dependencies reduce the upper limit of a symbol (see
100 below), reverse dependencies can be used to force a lower limit of
103 times, the limit is set to the largest selection.
113 That will limit the usefulness but on the other hand avoid
117 This is similar to "select" as it enforces a lower limit on another
152 This allows to limit the range of possible input values for int
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dsnmp_opts.h255 …* This value is used to limit the repetitions processed in GetBulk requests (value == 0 means no l…
256 * This may be useful to limit the load for a single request.
260 …* repetitions could block the thread for a longer time. Setting limit here will keep the stack mor…
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dsnmp_opts.h255 …* This value is used to limit the repetitions processed in GetBulk requests (value == 0 means no l…
256 * This may be useful to limit the load for a single request.
260 …* repetitions could block the thread for a longer time. Setting limit here will keep the stack mor…
/nrf52832-nimble/rt-thread/components/finsh/
H A Dshell.c779 extern const int FSymTab$$Limit; in finsh_system_init()
781 extern const int VSymTab$$Limit; in finsh_system_init()
782 finsh_system_function_init(&FSymTab$$Base, &FSymTab$$Limit); in finsh_system_init()
784 finsh_system_var_init(&VSymTab$$Base, &VSymTab$$Limit); in finsh_system_init()
/nrf52832-nimble/rt-thread/components/utilities/utest/
H A Dutest.c57 extern const int UtestTcTab$$Limit; in utest_init()
59 tc_num = (utest_tc_export_t)&UtestTcTab$$Limit - tc_table; in utest_init()
/nrf52832-nimble/rt-thread/libcpu/arm/arm926/
H A Dstart_rvds.S293 LDR R2, = (Heap_Mem + Heap_Size) ; heap limit
294 LDR R3, = (SVC_STACK_START - SVC_STK_SIZE) ; stack limit (low-address)
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A DFAQ243 type, but there is no limit to the number of chunks. Note however that the
252 The word "may" appears several times above since there is a 4 GB limit
254 type is 64 bits, then the limit is 16 exabytes.
H A Ddeflate.h129 /* Link to older string with same hash index. To limit the size of this
167 * length. A higher limit improves compression ratio but degrades the
/nrf52832-nimble/rt-thread/components/net/at/src/
H A Dat_server.c452 extern const int RtAtCmdTab$$Limit; in at_server_init()
454 cmd_num = (at_cmd_t)&RtAtCmdTab$$Limit - cmd_table; in at_server_init()
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Duip-split.h47 * limit on the amount of in-flight TCP segments seriously reduces the
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/ipv6/lwip/
H A Dip.h95 u8_t hoplim; /* hop limit (TTL) */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/
H A Dnd6_priv.h121 #define ND6_HOPLIM 255 /* maximum hop limit, required in all ND packets */

1234567