/nrf52832-nimble/rt-thread/components/finsh/ |
H A D | finsh_compiler.c | 35 case FINSH_NODE_ID: in finsh_compile() 54 case finsh_type_char: in finsh_compile() 55 case finsh_type_uchar: in finsh_compile() 70 case finsh_type_short: in finsh_compile() 71 case finsh_type_ushort: in finsh_compile() 86 case finsh_type_int: in finsh_compile() 87 case finsh_type_uint: in finsh_compile() 88 case finsh_type_long: in finsh_compile() 89 case finsh_type_ulong: in finsh_compile() 90 case finsh_type_charp: in finsh_compile() [all …]
|
H A D | finsh_vm.c | 140 case FINSH_OP_ADD_BYTE: in finsh_disassemble() 145 case FINSH_OP_SUB_BYTE: in finsh_disassemble() 150 case FINSH_OP_DIV_BYTE: in finsh_disassemble() 155 case FINSH_OP_MOD_BYTE: in finsh_disassemble() 160 case FINSH_OP_MUL_BYTE: in finsh_disassemble() 165 case FINSH_OP_AND_BYTE: in finsh_disassemble() 170 case FINSH_OP_OR_BYTE: in finsh_disassemble() 175 case FINSH_OP_XOR_BYTE: in finsh_disassemble() 180 case FINSH_OP_BITWISE_BYTE: in finsh_disassemble() 185 case FINSH_OP_SHL_BYTE: in finsh_disassemble() [all …]
|
H A D | finsh_token.c | 156 case '(': in token_run() 160 case ')': in token_run() 164 case ',': in token_run() 168 case ';': in token_run() 172 case '&': in token_run() 176 case '*': in token_run() 180 case '+': in token_run() 194 case '-': in token_run() 208 case '/': in token_run() 222 case '<': in token_run() [all …]
|
H A D | finsh_parser.c | 106 case finsh_token_type_comma:/*',', it's a variable_list declaration.*/ in proc_variable_decl() 177 case finsh_token_type_assign:/*'=', it's a variable with assign declaration.*/ in proc_variable_decl() 235 case finsh_token_type_semicolon:/*';', it's a variable declaration.*/ in proc_variable_decl() 267 case finsh_token_type_void: in proc_type() 271 case finsh_token_type_char: in proc_type() 275 case finsh_token_type_short: in proc_type() 279 case finsh_token_type_int: in proc_type() 283 case finsh_token_type_long: in proc_type() 298 case finsh_token_type_char: in proc_type() 302 case finsh_token_type_short: in proc_type() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_att.c | 157 case BLE_ATT_OP_ERROR_RSP: in ble_att_inc_tx_stat() 161 case BLE_ATT_OP_MTU_REQ: in ble_att_inc_tx_stat() 165 case BLE_ATT_OP_MTU_RSP: in ble_att_inc_tx_stat() 169 case BLE_ATT_OP_FIND_INFO_REQ: in ble_att_inc_tx_stat() 173 case BLE_ATT_OP_FIND_INFO_RSP: in ble_att_inc_tx_stat() 177 case BLE_ATT_OP_FIND_TYPE_VALUE_REQ: in ble_att_inc_tx_stat() 181 case BLE_ATT_OP_FIND_TYPE_VALUE_RSP: in ble_att_inc_tx_stat() 185 case BLE_ATT_OP_READ_TYPE_REQ: in ble_att_inc_tx_stat() 189 case BLE_ATT_OP_READ_TYPE_RSP: in ble_att_inc_tx_stat() 193 case BLE_ATT_OP_READ_REQ: in ble_att_inc_tx_stat() [all …]
|
H A D | ble_hs_dbg.c | 42 case BLE_HCI_LE_SUBEV_ENH_CONN_COMPLETE: in ble_hs_dbg_le_event_disp() 43 case BLE_HCI_LE_SUBEV_CONN_COMPLETE: in ble_hs_dbg_le_event_disp() 71 case BLE_HCI_LE_SUBEV_ADV_RPT: in ble_hs_dbg_le_event_disp() 98 case BLE_HCI_LE_SUBEV_CONN_UPD_COMPLETE: in ble_hs_dbg_le_event_disp() 111 case BLE_HCI_LE_SUBEV_DATA_LEN_CHG: in ble_hs_dbg_le_event_disp() 118 case BLE_HCI_LE_SUBEV_REM_CONN_PARM_REQ: in ble_hs_dbg_le_event_disp() 126 case BLE_HCI_LE_SUBEV_RD_REM_USED_FEAT: in ble_hs_dbg_le_event_disp() 141 case BLE_HCI_LE_SUBEV_LT_KEY_REQ: in ble_hs_dbg_le_event_disp() 147 case BLE_HCI_LE_SUBEV_PHY_UPDATE_COMPLETE: in ble_hs_dbg_le_event_disp() 152 case BLE_HCI_LE_SUBEV_DIRECT_ADV_RPT: in ble_hs_dbg_le_event_disp() [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/ |
H A D | expr.c | 75 case E_SYMBOL: in expr_copy() 78 case E_NOT: in expr_copy() 81 case E_EQUAL: in expr_copy() 82 case E_GEQ: in expr_copy() 83 case E_GTH: in expr_copy() 84 case E_LEQ: in expr_copy() 85 case E_LTH: in expr_copy() 86 case E_UNEQUAL: in expr_copy() 90 case E_AND: in expr_copy() 91 case E_OR: in expr_copy() [all …]
|
H A D | symbol.c | 79 case S_BOOLEAN: in sym_type_name() 81 case S_TRISTATE: in sym_type_name() 83 case S_INT: in sym_type_name() 85 case S_HEX: in sym_type_name() 87 case S_STRING: in sym_type_name() 89 case S_UNKNOWN: in sym_type_name() 91 case S_OTHER: in sym_type_name() 143 case S_INT: in sym_get_range_val() 146 case S_HEX: in sym_get_range_val() 163 case S_INT: in sym_validate_range() [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/conf/ |
H A D | conf.c | 103 case oldconfig: in conf_askvalue() 104 case silentoldconfig: in conf_askvalue() 111 case oldaskconfig: in conf_askvalue() 122 case S_INT: in conf_askvalue() 123 case S_HEX: in conf_askvalue() 124 case S_STRING: in conf_askvalue() 148 case '\n': in conf_string() 150 case '?': in conf_string() 179 case no: in conf_sym() 182 case mod: in conf_sym() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/ |
H A D | ble_ll_hci.c | 429 * in which case we just use our max. in ble_ll_hci_le_wr_sugg_data_len() 603 case BLE_HCI_OCF_LE_RD_REM_FEAT: in ble_ll_hci_le_cmd_send_cmd_status() 604 case BLE_HCI_OCF_LE_CREATE_CONN: in ble_ll_hci_le_cmd_send_cmd_status() 605 case BLE_HCI_OCF_LE_EXT_CREATE_CONN: in ble_ll_hci_le_cmd_send_cmd_status() 606 case BLE_HCI_OCF_LE_CONN_UPDATE: in ble_ll_hci_le_cmd_send_cmd_status() 607 case BLE_HCI_OCF_LE_START_ENCRYPT: in ble_ll_hci_le_cmd_send_cmd_status() 608 case BLE_HCI_OCF_LE_RD_P256_PUBKEY: in ble_ll_hci_le_cmd_send_cmd_status() 609 case BLE_HCI_OCF_LE_GEN_DHKEY: in ble_ll_hci_le_cmd_send_cmd_status() 610 case BLE_HCI_OCF_LE_SET_PHY: in ble_ll_hci_le_cmd_send_cmd_status() 671 case BLE_HCI_OCF_LE_CREATE_CONN: in ble_ll_is_valid_adv_mode() [all …]
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/ |
H A D | nfs.x | 124 case TRUE: 126 case FALSE: 137 case TRUE: 139 case FALSE: 149 case TRUE: 151 case FALSE: 162 case TRUE: 169 case TRUE: 176 case TRUE: 183 case TRUE: [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/snmp/ |
H A D | mib2.c | 2134 case 1: /* sysDescr */ in system_get_object_def() 2140 case 2: /* sysObjectID */ in system_get_object_def() 2146 case 3: /* sysUpTime */ in system_get_object_def() 2152 case 4: /* sysContact */ in system_get_object_def() 2158 case 5: /* sysName */ in system_get_object_def() 2164 case 6: /* sysLocation */ in system_get_object_def() 2170 case 7: /* sysServices */ in system_get_object_def() 2206 case 1: /* sysDescr */ in system_get_value() 2209 case 2: /* sysObjectID */ in system_get_value() 2212 case 3: /* sysUpTime */ in system_get_value() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/snmp/ |
H A D | snmp_mib2_snmp.c | 53 case 1: /* snmpInPkts */ in snmp_get_value() 56 case 2: /* snmpOutPkts */ in snmp_get_value() 59 case 3: /* snmpInBadVersions */ in snmp_get_value() 62 case 4: /* snmpInBadCommunityNames */ in snmp_get_value() 65 case 5: /* snmpInBadCommunityUses */ in snmp_get_value() 68 case 6: /* snmpInASNParseErrs */ in snmp_get_value() 71 case 8: /* snmpInTooBigs */ in snmp_get_value() 74 case 9: /* snmpInNoSuchNames */ in snmp_get_value() 77 case 10: /* snmpInBadValues */ in snmp_get_value() 80 case 11: /* snmpInReadOnlys */ in snmp_get_value() [all …]
|
H A D | snmp_mib2_icmp.c | 64 case 1: /* icmpInMsgs */ in icmp_get_value() 67 case 2: /* icmpInErrors */ in icmp_get_value() 70 case 3: /* icmpInDestUnreachs */ in icmp_get_value() 73 case 4: /* icmpInTimeExcds */ in icmp_get_value() 76 case 5: /* icmpInParmProbs */ in icmp_get_value() 79 case 6: /* icmpInSrcQuenchs */ in icmp_get_value() 82 case 7: /* icmpInRedirects */ in icmp_get_value() 85 case 8: /* icmpInEchos */ in icmp_get_value() 88 case 9: /* icmpInEchoReps */ in icmp_get_value() 91 case 10: /* icmpInTimestamps */ in icmp_get_value() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/snmp/ |
H A D | snmp_mib2_snmp.c | 53 case 1: /* snmpInPkts */ in snmp_get_value() 56 case 2: /* snmpOutPkts */ in snmp_get_value() 59 case 3: /* snmpInBadVersions */ in snmp_get_value() 62 case 4: /* snmpInBadCommunityNames */ in snmp_get_value() 65 case 5: /* snmpInBadCommunityUses */ in snmp_get_value() 68 case 6: /* snmpInASNParseErrs */ in snmp_get_value() 71 case 8: /* snmpInTooBigs */ in snmp_get_value() 74 case 9: /* snmpInNoSuchNames */ in snmp_get_value() 77 case 10: /* snmpInBadValues */ in snmp_get_value() 80 case 11: /* snmpInReadOnlys */ in snmp_get_value() [all …]
|
H A D | snmp_mib2_icmp.c | 64 case 1: /* icmpInMsgs */ in icmp_get_value() 67 case 2: /* icmpInErrors */ in icmp_get_value() 70 case 3: /* icmpInDestUnreachs */ in icmp_get_value() 73 case 4: /* icmpInTimeExcds */ in icmp_get_value() 76 case 5: /* icmpInParmProbs */ in icmp_get_value() 79 case 6: /* icmpInSrcQuenchs */ in icmp_get_value() 82 case 7: /* icmpInRedirects */ in icmp_get_value() 85 case 8: /* icmpInEchos */ in icmp_get_value() 88 case 9: /* icmpInEchoReps */ in icmp_get_value() 91 case 10: /* icmpInTimestamps */ in icmp_get_value() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/ |
H A D | fsm.c | 93 case PPP_FSM_INITIAL: in fsm_lowerup() 97 case PPP_FSM_STARTING: in fsm_lowerup() 121 case PPP_FSM_CLOSED: in fsm_lowerdown() 125 case PPP_FSM_STOPPED: in fsm_lowerdown() 131 case PPP_FSM_CLOSING: in fsm_lowerdown() 136 case PPP_FSM_STOPPING: in fsm_lowerdown() 137 case PPP_FSM_REQSENT: in fsm_lowerdown() 138 case PPP_FSM_ACKRCVD: in fsm_lowerdown() 139 case PPP_FSM_ACKSENT: in fsm_lowerdown() 144 case PPP_FSM_OPENED: in fsm_lowerdown() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/ |
H A D | fsm.c | 93 case PPP_FSM_INITIAL: in fsm_lowerup() 97 case PPP_FSM_STARTING: in fsm_lowerup() 121 case PPP_FSM_CLOSED: in fsm_lowerdown() 125 case PPP_FSM_STOPPED: in fsm_lowerdown() 131 case PPP_FSM_CLOSING: in fsm_lowerdown() 136 case PPP_FSM_STOPPING: in fsm_lowerdown() 137 case PPP_FSM_REQSENT: in fsm_lowerdown() 138 case PPP_FSM_ACKRCVD: in fsm_lowerdown() 139 case PPP_FSM_ACKSENT: in fsm_lowerdown() 144 case PPP_FSM_OPENED: in fsm_lowerdown() [all …]
|
/nrf52832-nimble/rt-thread/components/utilities/zmodem/ |
H A D | sz.c | 182 case ZRINIT: in zsend_file() 191 case ZCAN: in zsend_file() 192 case TIMEOUT: in zsend_file() 193 case ZABORT: in zsend_file() 194 case ZFIN: in zsend_file() 196 case -RT_ERROR: in zsend_file() 197 case ZNAK: in zsend_file() 199 case ZCRC: /* no CRC request */ in zsend_file() 201 case ZFERR: in zsend_file() 202 case ZSKIP: in zsend_file() [all …]
|
H A D | zcore.c | 433 case 0: in zrec_data32r() 441 case -1: in zrec_data32r() 511 case 021: in zget_header() 512 case 0221: in zget_header() 516 case RCDO: in zget_header() 518 case TIMEOUT: in zget_header() 525 case ZCRCW: in zget_header() 528 case CAN: in zget_header() 535 case ZPAD: in zget_header() 560 case ZPAD: in zget_header() [all …]
|
H A D | rz.c | 107 case ZFILE: in zrec_init() 124 case ZSINIT: in zrec_init() 132 case ZRQINIT: in zrec_init() 134 case ZEOF: in zrec_init() 136 case ZCOMPL: in zrec_init() 138 case ZFIN: /* end file session */ in zrec_init() 200 case ZDATA: in zrec_file() 216 case ZRPOS: in zrec_file() 219 case ZEOF: in zrec_file() 227 case ZFIN: in zrec_file() [all …]
|
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/ |
H A D | inputbox.c | 124 case TAB: in dialog_inputbox() 125 case KEY_UP: in dialog_inputbox() 126 case KEY_DOWN: in dialog_inputbox() 128 case KEY_BACKSPACE: in dialog_inputbox() 129 case 127: in dialog_inputbox() 158 case KEY_LEFT: in dialog_inputbox() 177 case KEY_RIGHT: in dialog_inputbox() 234 case 'O': in dialog_inputbox() 235 case 'o': in dialog_inputbox() 238 case 'H': in dialog_inputbox() [all …]
|
H A D | textbox.c | 144 case 'E': /* Exit */ in dialog_textbox() 145 case 'e': in dialog_textbox() 146 case 'X': in dialog_textbox() 147 case 'x': in dialog_textbox() 148 case 'q': in dialog_textbox() 149 case '\n': in dialog_textbox() 152 case 'g': /* First page */ in dialog_textbox() 153 case KEY_HOME: in dialog_textbox() 162 case 'G': /* Last page */ in dialog_textbox() 163 case KEY_END: in dialog_textbox() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/ |
H A D | fsm.c | 128 case LS_INITIAL: in fsm_lowerup() 132 case LS_STARTING: in fsm_lowerup() 165 case LS_CLOSED: in fsm_lowerdown() 169 case LS_STOPPED: in fsm_lowerdown() 176 case LS_CLOSING: in fsm_lowerdown() 181 case LS_STOPPING: in fsm_lowerdown() 182 case LS_REQSENT: in fsm_lowerdown() 183 case LS_ACKRCVD: in fsm_lowerdown() 184 case LS_ACKSENT: in fsm_lowerdown() 189 case LS_OPENED: in fsm_lowerdown() [all …]
|
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/ |
H A D | sockets.c | 401 * In that case, newconn->socket is counted down (newconn->socket--), in lwip_accept() 970 case SOCK_RAW: 975 case SOCK_DGRAM: 981 case SOCK_STREAM: 1276 * Just count down (or up) if that's the case and we 1302 case NETCONN_EVT_RCVPLUS: 1305 case NETCONN_EVT_RCVMINUS: 1308 case NETCONN_EVT_SENDPLUS: 1311 case NETCONN_EVT_SENDMINUS: 1314 case NETCONN_EVT_ERROR: [all …]
|