/Zephyr-latest/dts/bindings/interrupt-controller/ |
D | st,stm32-exti.yaml | 33 Above property provides event-range for 7 lines. 35 6th line starts with input line 5 and contains 5 elements (5 to 9) 36 7th line starts with inupt line 10 and contains 6 elements (10 to 15)
|
/Zephyr-latest/soc/ite/ec/common/ |
D | vector.S | 80 * 1st 2nd 3rd 4th 5th 6th 7th 8th 9th 10th 11th 12th 13th 14th 15th 16th
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 43 programmed into the device, early in production [th-imboot]_. 52 [th-authrepl]_. 55 shall be done in a timely manner [th-timely-update]_. 60 [th-atomic-update]_. 68 [th-root-certs]_, [th-root-check]_. 85 of code necessary shall have access to them. [th-secret-storage]_ 103 certificate to be able to intercept this. [th-time]_ 109 7. **Device configuration**. Various configuration data, such as the 114 should be allowed only from authorized parties. [th-conf]_ 132 [th-logs]_ [all …]
|
/Zephyr-latest/tests/net/tcp/src/ |
D | main.c | 105 TEST_CLIENT_FIN_WAIT_2_IPV4 = 7, 126 static void handle_client_test(sa_family_t af, struct tcphdr *th); 127 static void handle_server_test(sa_family_t af, struct tcphdr *th); 129 static void handle_syn_rst_ack(sa_family_t af, struct tcphdr *th); 130 static void handle_client_fin_wait_2_test(sa_family_t af, struct tcphdr *th); 131 static void handle_client_fin_wait_2_failure_test(sa_family_t af, struct tcphdr *th); 132 static void handle_client_closing_test(sa_family_t af, struct tcphdr *th); 133 static void handle_client_closing_failure_test(sa_family_t af, struct tcphdr *th); 134 static void handle_data_fin1_test(sa_family_t af, struct tcphdr *th); 135 static void handle_data_during_fin1_test(sa_family_t af, struct tcphdr *th); [all …]
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 153 struct tcphdr *th = NULL; in th_get() local 162 if (!net_pkt_is_contiguous(pkt, sizeof(*th))) { in th_get() 163 if (tcp_pkt_linearize(pkt, ip_len, sizeof(*th)) < 0) { in th_get() 170 th = net_pkt_cursor_get_pos(pkt); in th_get() 172 return th; in th_get() 190 struct tcphdr *th; in tcp_endpoint_set() local 192 th = th_get(pkt); in tcp_endpoint_set() 193 if (!th) { in tcp_endpoint_set() 199 ep->sin.sin_port = src == TCP_EP_SRC ? th_sport(th) : in tcp_endpoint_set() 200 th_dport(th); in tcp_endpoint_set() [all …]
|
/Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ |
D | lsm6dsv16x_trigger.c | 288 * - MDB[7:5]: 3'b000: Vendor Definied in lsm6dsv16x_ibi_cb() 292 * 4th byte: ALL_INT_SRC in lsm6dsv16x_ibi_cb() 293 * 5th byte: STATUS_REG in lsm6dsv16x_ibi_cb() 294 * 6th byte: STATUS_REG_OIS in lsm6dsv16x_ibi_cb() 295 * 7th byte: STATUS_MASTER_MAIN in lsm6dsv16x_ibi_cb() 296 * 8th byte: EMB_FUNC_STATUS in lsm6dsv16x_ibi_cb() 297 * 9th byte: FSM_STATUS in lsm6dsv16x_ibi_cb() 298 * 10th byte: MLC_STATUS in lsm6dsv16x_ibi_cb()
|
/Zephyr-latest/boards/snps/nsim/arc_v/ |
D | rmx1xx.dtsi | 36 interrupts-extended = <&cpu0_intc 3 &cpu0_intc 7>; 46 * so connect UART interrupt to 17th line as a stub to
|
/Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ |
D | ft8xx_dl.h | 33 * Anti-aliased lines, with width from 0 to 4095 1/16th of pixel units. 44 #define FT8XX_EDGE_STRIP_A 7U 154 * range is from 16 to 4095 in terms of 1/16th pixel units. 188 * The range of coordinates is from -16384 to +16383 in terms of 1/16th pixel 219 (((uint32_t)(handle) & 0x1f) << 7) | \
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 169 --webkit-scrollbar-size: 7px; 211 --blockquote-foreground: #7e8c92; 237 --fragment-token: #7ec699; 272 --blockquote-foreground: #7e8c92; 298 --fragment-token: #7ec699; 1654 th.markdownTableHeadLeft, 1655 th.markdownTableHeadRight, 1656 th.markdownTableHeadCenter, 1657 th.markdownTableHeadNone, 1658 table.doxtable th { [all …]
|
/Zephyr-latest/dts/bindings/display/ |
D | led-strip-matrix.yaml | 22 [ 4][ 5][ 6][ 7] 28 [ 7][ 6][ 5][ 4] 39 [ 4][ 5][ 6][ 7] 45 [ 7][ 6][ 5][ 4] 57 [ 4][ 5][ 6][ 7] 63 [ 7][ 6][ 5][ 4] 87 [ 7][ 6][ 5][ 4] [23][22][21][20] 102 [ 7][ 6][ 5][ 4] 163 the first LED of `strip1` will be treated as the 129th LED.
|
/Zephyr-latest/samples/subsys/nvs/src/ |
D | main.c | 23 * At the 10th reboot the string item with id=4 is deleted (or marked for 26 * At the 11th reboot the string item with id=4 can no longer be read with the 30 * At the 78th reboot the first sector is full and a new sector is taken into 132 key[7] = 0xF8; in main()
|
/Zephyr-latest/subsys/mgmt/osdp/src/ |
D | osdp_sc.c | 227 /* N-1 th block is the IV for N th block */ in osdp_compute_mac() 231 /* N-th Block encrypted with SMAC-2 == MAC */ in osdp_compute_mac() 259 pd->sc.pd_client_uid[7] = BYTE_3(pd->id.serial_number); in osdp_sc_setup()
|
/Zephyr-latest/arch/arm64/core/ |
D | fpu.c | 31 static void DBG(char *msg, struct k_thread *th) in DBG() argument 43 strcat(buf, th->name); in DBG() 46 v = *(unsigned char *)&th->arch.saved_fp_context; in DBG() 185 * where 0 <= <n> <= 7 and <pimm> is a 12-bits multiple of 16. in simulate_str_q_insn()
|
/Zephyr-latest/drivers/w1/ |
D | w1_ds2477_85_common.h | 113 #define DS2477_85_STD_SPD_T_MSI_us 7U 140 /* defines for DTS switching-th, active-pull-th and weak-pullup enums */
|
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/ |
D | README.rst | 29 week, and day of year (19 July 2019 is a Friday, and is the 200th day of 76 Set min alarm flags f at 1563516007 ~ 2019-07-19 06:00:07 Fri 200: 7 91 Sec signaled at 7002 ms, param 0x20000048, delay 1; set 7
|
/Zephyr-latest/soc/intel/intel_adsp/cavs/include/cavs25/ |
D | dmic_regs.h | 43 #define TS_LOCAL_TSCTRL_HHTSE BIT(7) 182 /* Source decimator for 4th stereo/mono data placeholder. */ 183 #define OUTCONTROL_IPM_SOURCE_4 GENMASK(8, 7) 251 #define MIC_CONTROL_PDM_SKEW GENMASK(7, 4) 263 #define FIR_CONTROL_START BIT(7) 292 #define FIR_CONFIG_FIR_LENGTH GENMASK(7, 0) 316 #define GLOBAL_CAP_PORT_COUNT GENMASK(7, 6)
|
/Zephyr-latest/arch/arm/core/ |
D | gdbstub.c | 12 /* Position of each register in the packet - n-th register in the ctx.registers array needs to be 13 * the packet_pos[n]-th byte of the g (read all registers) packet. See struct arm_register_names in 16 static const int packet_pos[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 41};
|
/Zephyr-latest/drivers/serial/ |
D | uart_apbuart.c | 30 * 7-0 | data | Holding register or FIFO 43 * 7 | TH | Transmitter FIFO half-full 66 * 7 | LB | Loop back 89 * 7-0 | data | Holding register or FIFO 101 #define APBUART_CTRL_LB (1 << 7) 114 #define APBUART_STATUS_TH (1 << 7) 449 /* TH is the TX FIFO half-empty flag */ in apbuart_irq_is_pending()
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 189 "id": "7gB0-dlNmLT-" 231 …7AWwCcF4FcoqVdNptw5zv5JP9sUaVTAKf/7w/vm6d9iMSqYRKFIInAcwkOYPkeLg3e9/sH5LnApgMIJsXm0xygvf9GQAuANBQn… 280 …7fPfnw3GWOgKIqiND6xap+AoiiKMj6owVcURWkS1OAriqI0CWrwFUVRmgQ1+IqiKE1CotonEMUZZ5xhpk6dWu3TUBRFqSv27dv… 348 …7nHTSSQDk5eXxi1/8gsGDBzN48OAm22dzogX/MCV9TO86ubGIxSyef16Jr9PBYpFf+30ANTNPJMAw4M47wXIcIks8ji2VfJKEA… 406 "execution_count": 7, 457 "Epoch 7/500\n", 506 …"10/10 [==============================] - 0s 7ms/step - loss: 0.3313 - mae: 0.4919 - val_loss: 0.3… 560 …"10/10 [==============================] - 0s 7ms/step - loss: 0.2403 - mae: 0.4212 - val_loss: 0.2… 590 …"10/10 [==============================] - 0s 7ms/step - loss: 0.2077 - mae: 0.3941 - val_loss: 0.2… 594 …"10/10 [==============================] - 0s 7ms/step - loss: 0.2227 - mae: 0.4148 - val_loss: 0.2… [all …]
|
/Zephyr-latest/soc/intel/intel_adsp/ace/include/ |
D | dmic_regs.h | 46 #define TS_LOCAL_TSCTRL_HHTSE BIT(7) 185 /* Source decimator for 4th stereo/mono data placeholder. */ 186 #define OUTCONTROL_IPM_SOURCE_4 GENMASK(8, 7) 278 #define FIR_CONTROL_START BIT(7) 310 #define FIR_CONFIG_FIR_LENGTH GENMASK(7, 0) 334 #define GLOBAL_CAP_PORT_COUNT GENMASK(7, 6)
|
/Zephyr-latest/tests/kernel/mutex/sys_mutex/src/ |
D | main.c | 33 * - 3.0 sec: main thread (@ priority 7) takes mutex_4 then sleeps 40 * : main thread (@ priority 7) sleeps 145 * drop back to 7, but will instead drop to 6. in thread_06() 175 * Wait and boost owner priority to 7. While waiting, another thread of in thread_07() 295 CREATE_PARTICIPANT_THREAD(07, 7); in create_participant_threads() 346 int priority[4] = { 9, 8, 7, 5 }; in ZTEST_USER_OR_NOT() 355 * 4th iteration: Take mutex_4; thread_05 waits on mutex_4 in ZTEST_USER_OR_NOT() 387 zassert_equal(rv, 7, "Gave %s and priority should drop.\n", "mutex_4"); in ZTEST_USER_OR_NOT() 388 zassert_equal(rv, 7, "Expected priority %d, not %d\n", 7, rv); in ZTEST_USER_OR_NOT()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_adv_iso.c | 320 pdu->payload[7] = payload_count >> 24; in prepare_cb_common() 487 /* transmit the (bn_curr)th Tx PDU of bis_curr */ in isr_tx_common() 493 /* transmit the (bn_curr)th Tx PDU of bis_curr */ in isr_tx_common() 501 /* transmit the (ptc_curr * bn)th Tx PDU */ in isr_tx_common() 509 /* transmit the (bn_curr)th PDU of bis_curr */ in isr_tx_common() 686 pdu->payload[7] = payload_count >> 24; in isr_tx_common()
|
/Zephyr-latest/samples/modules/canopennode/objdict/ |
D | objdict.xml | 16 bit 7: manufacturer specific</description> 23 bit 0-7: Zero can be written to erase error history 196 …memoryType="ROM" dataType="0x05" accessType="rw" PDOmapping="no" subNumber="7" disabled="false" TP… 209 06 - Manufacturer specific error - bit 7 in error register is set.</description> 256 bit 0-7: Node ID (optional)</description> 280 0-7: Node ID</description> 402 bit 0 - 7: data length in bits 426 …<CANopenSubObject subIndex="07" name="mapped object 7" objectType="VAR" dataType="0x07" accessType… 438 bit 0 - 7: data length in bits 462 …<CANopenSubObject subIndex="07" name="mapped object 7" objectType="VAR" dataType="0x07" accessType… [all …]
|
/Zephyr-latest/arch/xtensa/core/ |
D | mmu.c | 134 * For our initial implementation we just set the 4th slot (ring 3), in xtensa_init_paging() 170 "idtlb %7\n" /* invalidate stk */ in xtensa_init_paging()
|
/Zephyr-latest/soc/microchip/mec/common/spigen/ |
D | mec_spi_gen.py | 37 # 4th digit (if present) - dummy clocks between address and data phase 80 SPI_MODE_MAX = 7 181 hdr[7] = HDR_SPI_RD_1148 183 hdr[7] = HDR_SPI_RD_1128 185 hdr[7] = HDR_SPI_RD_111 187 hdr[7] = HDR_SPI_RD_1118 283 choices = [0, 1, 2, 3, 4, 5, 6, 7], 285 help="SPI signalling mode 3-bit field: 0-7")
|