/Zephyr-latest/drivers/bluetooth/hci/ |
D | h5.c | 145 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 …]
|
D | CMakeLists.txt | 32 zephyr_library_sources_ifdef(CONFIG_BT_H5 h5.c)
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/src/ |
D | main.c | 92 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/ |
D | stm32h503.dtsi | 7 #include <st/h5/stm32h5.dtsi>
|
D | stm32h573.dtsi | 7 #include <st/h5/stm32h563.dtsi>
|
D | stm32h573Xi.dtsi | 7 #include <st/h5/stm32h573.dtsi>
|
D | stm32h563Xi.dtsi | 8 #include <st/h5/stm32h563.dtsi>
|
D | stm32h503Xb.dtsi | 7 #include <st/h5/stm32h503.dtsi>
|
D | stm32h563.dtsi | 7 #include <st/h5/stm32h562.dtsi>
|
D | stm32h533.dtsi | 6 #include <st/h5/stm32h5.dtsi>
|
D | stm32h533Xe.dtsi | 7 #include <st/h5/stm32h533.dtsi>
|
D | stm32h562.dtsi | 7 #include <st/h5/stm32h5.dtsi>
|
/Zephyr-latest/boards/st/nucleo_h503rb/ |
D | nucleo_h503rb.dts | 8 #include <st/h5/stm32h503Xb.dtsi> 9 #include <st/h5/stm32h503rbtx-pinctrl.dtsi>
|
/Zephyr-latest/tests/subsys/settings_commit_prio/src/ |
D | main.c | 68 SETTINGS_STATIC_HANDLER_DEFINE_WITH_CPRIO(h5, "h5", NULL, NULL, commit5, NULL, -1);
|
/Zephyr-latest/boards/st/nucleo_h533re/ |
D | nucleo_h533re.dts | 8 #include <st/h5/stm32h533Xe.dtsi> 9 #include <st/h5/stm32h533retx-pinctrl.dtsi>
|
/Zephyr-latest/boards/st/nucleo_h563zi/ |
D | nucleo_h563zi-common.dtsi | 8 #include <st/h5/stm32h563Xi.dtsi> 9 #include <st/h5/stm32h563zitx-pinctrl.dtsi>
|
/Zephyr-latest/boards/st/stm32h573i_dk/ |
D | stm32h573i_dk.dts | 8 #include <st/h5/stm32h573Xi.dtsi> 9 #include <st/h5/stm32h573iikxq-pinctrl.dtsi>
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 21 h5, selector 39 h5, selector 581 .rst-content section > h5 { 603 .rst-content section > h5 {
|
/Zephyr-latest/doc/_doxygen/ |
D | doxygen-awesome.css | 320 h1, h2, h3, h4, h5 { selector 1066 h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow {
|