/nrf52832-nimble/rt-thread/tools/kconfig-frontends/scripts/ |
H A D | version.sh | 4 internal=0 8 --internal) internal=1;; 11 if [ ${plain} -ne 0 -a ${internal} -ne 0 ]; then 12 printf "Can't print both plain and internal" >&2 23 if [ ${internal} -ne 0 ]; then
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_clock.h | 79 NRF_CLOCK_LFCLK_RC = CLOCK_LFCLKSRC_SRC_RC, /**< Internal 32 kHz RC oscillator. */ 81 NRF_CLOCK_LFCLK_RC = CLOCK_LFCLKSRC_SRC_LFRC, /**< Internal 32 kHz RC oscillator. */ 91 …NRF_CLOCK_LFCLK_Synth = CLOCK_LFCLKSRC_SRC_Synth, /**< Internal 32 kHz synthesizer from HFCLK syst… 116 NRF_CLOCK_HFCLK_LOW_ACCURACY = CLOCK_HFCLKSTAT_SRC_RC, /**< Internal 16 MHz RC oscillator. */ 259 * @retval NRF_CLOCK_LFCLK_RC If the internal 32 kHz RC oscillator 263 * @retval NRF_CLOCK_LFCLK_Synth If the internal 32 kHz synthesizer from 271 * @retval NRF_CLOCK_LFCLK_RC If the internal 32 kHz RC oscillator 275 * @retval NRF_CLOCK_LFCLK_Synth If the internal 32 kHz synthesizer from 284 * @retval NRF_CLOCK_LFCLK_RC If the internal 32 kHz RC oscillator 288 * @retval NRF_CLOCK_LFCLK_Synth If the internal 32 kHz synthesizer from [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/ |
H A D | timeouts.h | 59 /** Function prototype for a stack-internal timer function that has to be 63 /** This struct contains information about a stack-internal timer function 73 /** This array contains all stack-internal cyclic timers. To get the number of
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/ |
H A D | timeouts.h | 64 /** Function prototype for a stack-internal timer function that has to be 68 /** This struct contains information about a stack-internal timer function 78 /** This array contains all stack-internal cyclic timers. To get the number of
|
H A D | inet.h | 138 /* directly map this to the lwip internal functions */ 157 /* directly map this to the lwip internal functions */
|
/nrf52832-nimble/rt-thread/components/net/uip/apps/resolv/ |
H A D | resolv.c | 72 /** \internal The maximum number of retries when asking for a name. */ 75 /** \internal The DNS message header. */ 96 /** \internal The DNS answer message structure. */ 137 /** \internal 162 /** \internal 230 /** \internal 326 /** \internal 385 * \note This function only looks in the internal array of known
|
/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/sys/ |
H A D | stat.h | 20 #define _FMARK 0x0010 /* internal; mark during gc() */ 21 #define _FDEFER 0x0020 /* internal; defer for next gc pass */
|
/nrf52832-nimble/rt-thread/components/libc/compilers/dlib/sys/ |
H A D | unistd.h | 23 #define _FMARK 0x0010 /* internal; mark during gc() */ 24 #define _FDEFER 0x0020 /* internal; defer for next gc pass */
|
/nrf52832-nimble/rt-thread/components/libc/compilers/armlibc/sys/ |
H A D | unistd.h | 25 #define _FMARK 0x0010 /* internal; mark during gc() */ 26 #define _FDEFER 0x0020 /* internal; defer for next gc pass */
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/ |
H A D | uffs_find.h | 54 int hash; //!< hash entry, internal used 55 TreeNode *work; //!< working node, internal used.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/ |
H A D | err.c | 63 * Convert an lwip internal error to a string representation. 65 * @param err an lwip internal err_t
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/gconf/ |
H A D | gconf.glade | 52 <child internal-child="image"> 75 <child internal-child="image"> 97 <child internal-child="image"> 125 <child internal-child="image"> 248 <child internal-child="image"> 270 <child internal-child="image"> 291 <child internal-child="image">
|
/nrf52832-nimble/nordic/nrfx/drivers/src/ |
H A D | nrfx_usbd.c | 96 * @defgroup nrfx_usbd_int USB Device driver internal part 97 * @internal 100 * This part contains auxiliary internal macros, variables and functions. 107 * Internal macro to be used during program creation in debug mode. 218 * Internal state changed in interrupts handling when 230 * @brief Internal constant that contains interrupts disabled in suspend state. 232 * Internal constant used in @ref nrfx_usbd_suspend_irq_config and @ref nrfx_usbd_active_irq_config 245 * This variable is used to redirect internal setup data event 341 * This is internal buffer that would be used to emulate the possibility 440 * Internal, default functions for transfer processing. [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/test/src/ |
H A D | ble_ll_csa2_test.c | 34 * to internal state of algorithm which is not exposed. in TEST_CASE() 76 * to internal state of algorithm which is not exposed. in TEST_CASE()
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/api/ |
H A D | err.c | 101 * Convert an lwip internal error to a string representation. 103 * @param err an lwip internal err_t
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/api/ |
H A D | err.c | 101 * Convert an lwip internal error to a string representation. 103 * @param err an lwip internal err_t
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/ |
H A D | list.h | 78 * This is only for internal list manipulation where we know 108 * This is only for internal list manipulation where we know
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/priv/ |
H A D | memp_std.h | 3 * lwIP internal memory pools (do not use in application code) 36 * A list of internal pools used by LWIP.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/include/ |
H A D | zlib.h | 94 alloc_func zalloc; /* used to allocate the internal state */ 95 free_func zfree; /* used to free the internal state */ 222 Initializes the internal stream state for compression. The fields 345 Initializes the internal stream state for decompression. The fields 512 for the internal compression state. memLevel=1 uses minimum memory but 585 by calling deflateEnd. Note that deflateCopy duplicates the internal 598 but does not free and reallocate all the internal compression state. 633 Fine tune deflate's internal compression parameters. This should only be 792 but does not free and reallocate all the internal decompression state. 859 Initialize the internal stream state for decompression using inflateBack() [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/ |
H A D | zlib.h | 94 alloc_func zalloc; /* used to allocate the internal state */ 95 free_func zfree; /* used to free the internal state */ 222 Initializes the internal stream state for compression. The fields 345 Initializes the internal stream state for decompression. The fields 512 for the internal compression state. memLevel=1 uses minimum memory but 585 by calling deflateEnd. Note that deflateCopy duplicates the internal 598 but does not free and reallocate all the internal compression state. 633 Fine tune deflate's internal compression parameters. This should only be 792 but does not free and reallocate all the internal decompression state. 859 Initialize the internal stream state for decompression using inflateBack() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/priv/ |
H A D | sockets_priv.h | 3 * Sockets API internal implementations (do not use in application code) 71 /** Contains all internal pointers and states used for a socket */
|
H A D | memp_std.h | 3 * lwIP internal memory pools (do not use in application code) 36 * A list of internal pools used by LWIP.
|
/nrf52832-nimble/nordic/nrfx/drivers/include/ |
H A D | nrfx_clock.h | 69 * @brief Function for initializing internal structures in the nrfx_clock module. 133 * @brief Function for starting calibration of internal LFCLK.
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/include/lwip/ |
H A D | api.h | 139 /** the lwIP internal protocol control block */ 164 in internal buffers) */ 181 /** flags holding more netconn-internal state, see NETCONN_FLAG_* defines */
|
/nrf52832-nimble/rt-thread/components/net/uip/uip/ |
H A D | uip-fw.c | 172 * \internal 195 * \internal 214 * \internal 276 * \internal 319 * \internal
|