Home
last modified time | relevance | path

Searched refs:h5 (Results 1 – 19 of 19) sorted by relevance

/Zephyr-latest/drivers/bluetooth/hci/
Dh5.c145 static void h5_reset_rx(struct h5_data *h5) in h5_reset_rx() argument
147 if (h5->rx_buf) { in h5_reset_rx()
148 net_buf_unref(h5->rx_buf); in h5_reset_rx()
149 h5->rx_buf = NULL; in h5_reset_rx()
152 h5->rx_state = START; in h5_reset_rx()
182 static void process_unack(struct h5_data *h5) in process_unack() argument
184 uint8_t next_seq = h5->tx_seq; in process_unack()
185 uint8_t number_removed = h5->unack_queue_len; in process_unack()
187 if (!h5->unack_queue_len) { in process_unack()
191 LOG_DBG("rx_ack %u tx_ack %u tx_seq %u unack_queue_len %u", h5->rx_ack, h5->tx_ack, in process_unack()
[all …]
DCMakeLists.txt32 zephyr_library_sources_ifdef(CONFIG_BT_H5 h5.c)
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/
Dmain.c92 static struct h5 { struct
117 } h5; argument
143 if (h5.rx_buf) { in h5_reset_rx()
144 net_buf_unref(h5.rx_buf); in h5_reset_rx()
145 h5.rx_buf = NULL; in h5_reset_rx()
148 h5.rx_state = START; in h5_reset_rx()
180 uint8_t next_seq = h5.tx_seq; in process_unack()
188 LOG_DBG("rx_ack %u tx_ack %u tx_seq %u unack_queue_len %u", h5.rx_ack, h5.tx_ack, h5.tx_seq, in process_unack()
192 if (next_seq == h5.rx_ack) { in process_unack()
204 if (next_seq != h5.rx_ack) { in process_unack()
[all …]
/Zephyr-latest/dts/arm/st/h5/
Dstm32h503.dtsi7 #include <st/h5/stm32h5.dtsi>
Dstm32h573.dtsi7 #include <st/h5/stm32h563.dtsi>
Dstm32h573Xi.dtsi7 #include <st/h5/stm32h573.dtsi>
Dstm32h563Xi.dtsi8 #include <st/h5/stm32h563.dtsi>
Dstm32h503Xb.dtsi7 #include <st/h5/stm32h503.dtsi>
Dstm32h563.dtsi7 #include <st/h5/stm32h562.dtsi>
Dstm32h533.dtsi6 #include <st/h5/stm32h5.dtsi>
Dstm32h533Xe.dtsi7 #include <st/h5/stm32h533.dtsi>
Dstm32h562.dtsi7 #include <st/h5/stm32h5.dtsi>
/Zephyr-latest/boards/st/nucleo_h503rb/
Dnucleo_h503rb.dts8 #include <st/h5/stm32h503Xb.dtsi>
9 #include <st/h5/stm32h503rbtx-pinctrl.dtsi>
/Zephyr-latest/tests/subsys/settings_commit_prio/src/
Dmain.c68 SETTINGS_STATIC_HANDLER_DEFINE_WITH_CPRIO(h5, "h5", NULL, NULL, commit5, NULL, -1);
/Zephyr-latest/boards/st/nucleo_h533re/
Dnucleo_h533re.dts8 #include <st/h5/stm32h533Xe.dtsi>
9 #include <st/h5/stm32h533retx-pinctrl.dtsi>
/Zephyr-latest/boards/st/nucleo_h563zi/
Dnucleo_h563zi-common.dtsi8 #include <st/h5/stm32h563Xi.dtsi>
9 #include <st/h5/stm32h563zitx-pinctrl.dtsi>
/Zephyr-latest/boards/st/stm32h573i_dk/
Dstm32h573i_dk.dts8 #include <st/h5/stm32h573Xi.dtsi>
9 #include <st/h5/stm32h573iikxq-pinctrl.dtsi>
/Zephyr-latest/doc/_static/css/
Dcustom.css21 h5, selector
39 h5, selector
581 .rst-content section > h5 {
603 .rst-content section > h5 {
/Zephyr-latest/doc/_doxygen/
Ddoxygen-awesome.css320 h1, h2, h3, h4, h5 { selector
1066 h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {