/nrf52832-nimble/rt-thread/examples/kernel/ |
H A D | semaphore_producer_consumer.c | 13 rt_uint32_t array[MAXSEM]; variable 37 array[set%MAXSEM] = cnt + 1; in producer_thread_entry() 38 rt_kprintf("the producer generates a number: %d\n", array[set%MAXSEM]); in producer_thread_entry() 70 sum += array[get%MAXSEM]; in consumer_thread_entry() 71 rt_kprintf("the consumer[%d] get a number: %d\n", no, array[get%MAXSEM] ); in consumer_thread_entry()
|
/nrf52832-nimble/nordic/nrfx/drivers/ |
H A D | nrfx_common.h | 139 #define NRFX_ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0])) argument
|
/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | cmd.c | 69 rt_list_t **array; member 75 static void list_find_init(list_get_next_t *p, rt_uint8_t type, rt_list_t **array, int nr) in list_find_init() argument 85 p->array = array; in list_find_init() 95 rt_list_t **array; in list_get_next() local 132 array = arg->array; in list_get_next() 143 *array++ = node; in list_get_next()
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/utils/ |
H A D | mkuffs.c | 413 void *array[10]; in crash_handler() local 417 size = backtrace(array, 10); in crash_handler() 421 backtrace_symbols_fd(array, size, 2); in crash_handler()
|
/nrf52832-nimble/packages/NimBLE-latest/docs/ble_setup/ |
H A D | ble_addr.rst | 42 is a designated initializer expressing a six-byte array. Also note that 43 the bytes are reversed, as an array is inherently little-endian, while
|
/nrf52832-nimble/rt-thread/components/net/uip/doc/ |
H A D | doxygen.sty | 4 \RequirePackage{array}
|
H A D | uip-doc.txt | 440 two element 16-bit array used by uIP to represent IP addresses.
|
/nrf52832-nimble/rt-thread/components/drivers/spi/sfud/src/ |
H A D | sfud.c | 75 static void make_adress_byte_array(const sfud_flash *flash, uint32_t addr, uint8_t *array); 989 static void make_adress_byte_array(const sfud_flash *flash, uint32_t addr, uint8_t *array) { argument 993 SFUD_ASSERT(array); 998 array[i] = (addr >> ((len - (i + 1)) * 8)) & 0xFF;
|
/nrf52832-nimble/nordic/nrfx/hal/ |
H A D | nrf_pwm.h | 257 #define NRF_PWM_VALUES_LENGTH(array) (sizeof(array) / sizeof(uint16_t)) argument
|
/nrf52832-nimble/rt-thread/components/net/uip/ |
H A D | uip-1.0-changelog.txt | 73 o TCP: Array index for uip_conns[] array was out of bounds in
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 214 2013-02-03 - plugins/passprompt: Fix potential out-of-bounds array reference
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 214 2013-02-03 - plugins/passprompt: Fix potential out-of-bounds array reference
|
/nrf52832-nimble/packages/NimBLE-latest/ext/tinycrypt/documentation/ |
H A D | tinycrypt.rst | 152 TinyCrypt requires the personalization byte array and automatically creates
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/ |
H A D | ChangeLog | 649 - fix array overlay in deflate.c which sometimes caused bad compressed data 726 warning C4746: 'inflate_mask' : unsized array treated as '__far' 753 - avoid warning about (unused) pointer before start of array in deflate.c
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/ |
H A D | CHANGELOG | 164 stack-internal caclic timers are avaliable in the lwip_cyclic_timers array 1420 the sockets array. 3834 * etharp.c: Made some array indices unsigned. 4069 * struct eth_addr changed from u16_t[3] array to u8_t[6].
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/ |
H A D | CHANGELOG | 381 stack-internal caclic timers are avaliable in the lwip_cyclic_timers array 1637 the sockets array. 4051 * etharp.c: Made some array indices unsigned. 4286 * struct eth_addr changed from u16_t[3] array to u8_t[6].
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/ |
H A D | CHANGELOG | 493 the sockets array. 2907 * etharp.c: Made some array indices unsigned. 3142 * struct eth_addr changed from u16_t[3] array to u8_t[6].
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/ |
H A D | configure | 4045 array size at least. It's necessary to write '\x00'==0 to get something 13221 array size at least. It's necessary to write '\x00'==0 to get something
|