Home
last modified time | relevance | path

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

1234567

/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Ddoxygen.css76 A.code:link { text-decoration: none; font-weight: normal; color: #0000FF}
77 A.code:visited { text-decoration: none; font-weight: normal; color: #0000FF}
78 A.codeRef:link { font-weight: normal; color: #0000FF}
79 A.codeRef:visited { font-weight: normal; color: #0000FF}
288 font-weight: normal;
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/
H A Dnconf.gui.c25 init_pair(NORMAL, -1, -1); in set_normal_colors()
55 A_NORMAL Normal display (no highlight)
73 mkattr(NORMAL, NORMAL); in normal_color_theme()
105 mkattrn(NORMAL, NORMAL); in no_colors_theme()
H A Dnconf.h40 NORMAL = 1, enumerator
/nrf52832-nimble/rt-thread/components/drivers/include/drivers/
H A Dserial.h54 #define NRZ_NORMAL 0 /* Non Return to Zero : normal mode */
88 NRZ_NORMAL, /* Normal mode */ \
/nrf52832-nimble/rt-thread/components/drivers/sensors/
H A Dbmi055_sensor.cpp134 write_reg(BMI055_PMU_LPW, 0x00); /* PMU_LPW NORMAL mode P55 */ in BMI055_Accelerometer()
297 write_reg(BMI055_MODE_LPM1_ADDR, 0x00); /* normal mode */ in BMI055_Gyroscope()
384 value &= ~(0x1010 << 4); //{0; 0} NORMAL mode in activate()
385 write_reg(BMI055_MODE_LPM1_ADDR, value); //P101 NORMAL mode in activate()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/
H A Dnet.c516 BT_WARN("KR change in normal operation. Are we blacklisted?"); in bt_mesh_kr_update()
543 BT_DBG("KR Phase 0x%02x -> Normal", sub->kr_phase); in bt_mesh_kr_update()
636 /* We're currently in Normal mode */ in bt_mesh_net_iv_update()
639 BT_DBG("Same IV Index in normal mode"); in bt_mesh_net_iv_update()
659 BT_WARN("Ignoring new index in normal mode"); in bt_mesh_net_iv_update()
665 BT_DBG("Already in Normal state"); in bt_mesh_net_iv_update()
677 /* Defer change to Normal Operation if there are pending acks */ in bt_mesh_net_iv_update()
695 BT_DBG("Normal mode entered"); in bt_mesh_net_iv_update()
1198 * the normal TX IVI (which may be different) since the transport in bt_mesh_net_relay()
1349 bt_mesh.iv_update ? "IVU in Progress" : "IVU Normal mode", in ivu_refresh()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/include/linux/
H A Djffs2_fs_sb.h59 uint8_t resv_blocks_write; /* ... allow a normal filesystem write */
60 uint8_t resv_blocks_deletion; /* ... allow a normal filesystem deletion */
/nrf52832-nimble/rt-thread/documentation/
H A Dcoding_style_en.txt12 In normal conditions, please name directories in lower-case. Directories should
20 In normal conditions, please name files in lower-case. If the file is
/nrf52832-nimble/rt-thread/components/net/freemodbus/modbus/include/
H A Dmb_m.h244 * - eMBErrorCode::MB_ENOERR If no error occurred. In this case a normal
273 * - eMBErrorCode::MB_ENOERR If no error occurred. In this case a normal
302 * - eMBErrorCode::MB_ENOERR If no error occurred. In this case a normal
325 * - eMBErrorCode::MB_ENOERR If no error occurred. In this case a normal
H A Dmb.h300 * - eMBErrorCode::MB_ENOERR If no error occurred. In this case a normal
335 * - eMBErrorCode::MB_ENOERR If no error occurred. In this case a normal
370 * - eMBErrorCode::MB_ENOERR If no error occurred. In this case a normal
399 * - eMBErrorCode::MB_ENOERR If no error occurred. In this case a normal
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/
H A DREADTEST.md3 …to test lwip 2.0.2, I use the iperf tool to test it about more than 20 hours, It is running normal.
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/
H A Drwsem.h5 // map them onto normal semaphores and hope we don't deadlock
H A Dkernel.h20 #define KERN_NOTICE "<5>" // normal but significant condition
/nrf52832-nimble/rt-thread/libcpu/arm/sep4020/
H A Dclk.c40 /* go to normal mode*/ in rt_hw_set_system_clock()
/nrf52832-nimble/rt-thread/libcpu/ppc/ppc405/include/asm/
H A Dprocessor.h200 #define SPRN_DNV0 0x390 /* Data Cache Normal Victim 0 */
201 #define SPRN_DNV1 0x391 /* Data Cache Normal Victim 1 */
202 #define SPRN_DNV2 0x392 /* Data Cache Normal Victim 2 */
203 #define SPRN_DNV3 0x393 /* Data Cache Normal Victim 3 */
306 #define SPRN_INV0 0x370 /* Instruction Cache Normal Victim 0 */
307 #define SPRN_INV1 0x371 /* Instruction Cache Normal Victim 1 */
308 #define SPRN_INV2 0x372 /* Instruction Cache Normal Victim 2 */
309 #define SPRN_INV3 0x373 /* Instruction Cache Normal Victim 3 */
/nrf52832-nimble/nordic/nrfx/mdk/
H A Dsystem_nrf52840.c152 normal GPIOs. */ in SystemInit()
167 reserved for PinReset and not available as normal GPIO. */ in SystemInit()
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/test/unit/tcp/
H A Dtest_tcp_oos.c764 /* drop normal data */ in test_tcp_recv_ooseq_double_FINs()
768 /* send normal data */ in test_tcp_recv_ooseq_double_FINs()
844 /* dropped normal data before */ in test_tcp_recv_ooseq_double_FINs()
849 /* normal FIN was NOT delayed */ in test_tcp_recv_ooseq_double_FINs()
858 /* dropped normal FIN before */ in test_tcp_recv_ooseq_double_FINs()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_gpio.h122 * @brief Function for configuring the GPIO pin range as output pins with normal drive strength.
123 …d to configure pin range as simple output with gate driving GPIO_PIN_CNF_DRIVE_S0S1 (normal cases).
173 … used to configure a pin as simple output with gate driving GPIO_PIN_CNF_DRIVE_S0S1 (normal cases).
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/test/unit/tcp/
H A Dtest_tcp_oos.c841 /* drop normal data */ in test_tcp_recv_ooseq_double_FINs()
844 /* send normal data */ in test_tcp_recv_ooseq_double_FINs()
917 /* dropped normal data before */ in test_tcp_recv_ooseq_double_FINs()
922 /* normal FIN was NOT delayed */ in test_tcp_recv_ooseq_double_FINs()
931 /* dropped normal FIN before */ in test_tcp_recv_ooseq_double_FINs()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_public.c327 page_id = 0; //in normal file data block, page_id from 0 in uffs_GetBlockFileDataLength()
328 i = 0; //in normal file data block, search from page 0 in uffs_GetBlockFileDataLength()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/test/unit/tcp/
H A Dtest_tcp_oos.c872 /* drop normal data */ in test_tcp_recv_ooseq_double_FINs()
875 /* send normal data */ in test_tcp_recv_ooseq_double_FINs()
948 /* dropped normal data before */ in test_tcp_recv_ooseq_double_FINs()
953 /* normal FIN was NOT delayed */ in test_tcp_recv_ooseq_double_FINs()
962 /* dropped normal FIN before */ in test_tcp_recv_ooseq_double_FINs()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/docs/
H A Dkconfig-language.txt99 While normal dependencies reduce the upper limit of a symbol (see
183 also means that the behaviour when mixing it with normal defaults is
197 expressions uses one more state than normal boolean logic to express the
/nrf52832-nimble/rt-thread/components/drivers/include/ipc/
H A Dringbuffer.h24 * normal or to the mirrored buffer. If the write_index has the same value
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dmdns.txt7 See notes in src/apps/mdns/mdns.c for what is left. It is however usable in normal
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7S/
H A Dserial.h30 #define AT91C_US_USMODE_NORMAL ((unsigned int) 0x0) /* USAR) Normal */

1234567