Searched full:cts (Results 1 – 25 of 104) sorted by relevance
12345
/Zephyr-latest/include/zephyr/bluetooth/services/ |
D | cts.h | 11 * @brief Current Time Service (CTS) 12 * @defgroup bt_cts Current Time Service (CTS) 25 * @brief CTS time update reason bits as defined in the specification 77 * @brief When current time Read request or notification is triggered, CTS uses 79 * must implement it and provide cts formatted current time information 114 * @brief Helper API to decode CTS formatted time into milliseconds since epoch 118 * @param ct_time [IN] cts time formatted time 127 * @brief Helper API to encode milliseconds since epoch to CTS formatted time 131 * @param ct_time [OUT] Pointer to store CTS formatted time
|
/Zephyr-latest/samples/net/sockets/echo_client/boards/ |
D | mimxrt1020_evk.overlay | 13 * nRF21540 (P6) P0.07 CTS -> IMXRT1020-EVK (J19) D8 (GPIO B1 07) (RTS) 15 * nRF21540 (P6) P0.05 RTS -> IMXRT1020-EVK (J17) D7 (GPIO B1 06) (CTS) 44 * The lpuart2's CTS pin is mapped to PHY's int-gpio or to SDRAM EMC 20. 45 * As SPINEL UART's implementation required CTS/RTS flow control -
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | cts.c | 25 #include <zephyr/bluetooth/services/cts.h> 28 LOG_MODULE_REGISTER(cts, CONFIG_BT_CTS_LOG_LEVEL); 50 LOG_DBG("CTS Write Time: %d/%d/%d %d:%d:%d", date_time.tm_year, date_time.tm_mon, in bt_cts_time_to_unix_ms() 57 LOG_DBG("CTS Write Unix: %lld", (*unix_ms)); in bt_cts_time_to_unix_ms() 77 LOG_DBG("CTS Read Unix: %lld", unix_ts); in bt_cts_time_from_unix_ms() 84 LOG_DBG("CTS Read Time: %d/%d/%d %d:%d:%d", date_time.tm_year, date_time.tm_mon, in bt_cts_time_from_unix_ms() 111 LOG_INF("CTS Notifications %s", notif_enabled ? "enabled" : "disabled"); in ct_ccc_cfg_changed() 175 "`fill_current_cts_time` callback api is required for functioning of CTS"); in bt_cts_init()
|
D | Kconfig.cts | 12 bool "Helper APIs to encode and decode CTS formatted time"
|
D | Kconfig | 11 rsource "Kconfig.cts"
|
D | CMakeLists.txt | 6 zephyr_sources_ifdef(CONFIG_BT_CTS cts.c)
|
/Zephyr-latest/dts/bindings/serial/ |
D | silabs,gecko-usart.yaml | 33 location-cts: 35 description: CTS pin configuration defined as <location port pin>
|
D | infineon,cat1-uart.yaml | 23 PORT pin configuration for TX, RX, RTS, CTS signals. 35 use TX, RX, RTS, CTS
|
D | uart-controller.yaml | 16 description: Set to enable RTS/CTS flow control at boot time
|
D | renesas,smartbond-uart.yaml | 40 description: Set to indicate RTS/CTS flow control is supported.
|
D | atmel,sam0-uart.yaml | 62 | Value | TX Pin | RTS | CTS | 76 | Value | TX Pin | RTS | CTS | 90 | Value | TX Pin | RTS | CTS |
|
/Zephyr-latest/boards/shields/arduino_uno_click/boards/ |
D | nrf9160dk_nrf9160_arduino_uno_click_common.dtsi | 30 * The default pin group for the nRF9160 DK includes RTS/CTS HW flow 33 * on the same pins, but just removes RTS/CTS from the pin groups.
|
/Zephyr-latest/tests/drivers/uart/uart_elementary/ |
D | README.txt | 6 For single uart configuration - UART0 TX connected to RX and CTS to RTS
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.xec | 23 such as CTS and RTS.
|
D | Kconfig.altera | 23 Enabling this will cause the transmitter to wait for rising edge of CTS before sending.
|
D | uart_pl011_registers.h | 106 #define PL011_CR_CTSEn BIT(15) /* CTS hw flow control enable */ 126 #define PL011_IMSC_CTSMIM BIT(1) /* CTS modem interrupt mask */
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/ |
D | README.txt | 15 Test requires that two pairs of pins are shortened: TX with RX and CTS with RTS.
|
/Zephyr-latest/boards/shields/renesas_us159_da14531evz/boards/ |
D | ek_ra8m1.overlay | 15 /* rx, rts, cts */
|
/Zephyr-latest/dts/bindings/modem/ |
D | swir,hl7800.yaml | 38 mdm-uart-cts-gpios:
|
/Zephyr-latest/boards/nuvoton/numaker_m2l31ki/ |
D | numaker_m2l31ki-pinctrl.dtsi | 17 /* TX/RX/RTS/CTS/RST --> D1/D0/A2/A3/D2 --> PB3/PB2/PB8/PB9/PC9 */
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | gecko-pinctrl-s1.h | 59 /** UART CTS */ 67 /** UART CTS LOCATION */
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.hl7800 | 368 int "CTS signal filter time (microseconds)" 371 This value is used to filter the CTS signal from the modem. 372 CTS pulses shorter than this value will be ignored.
|
/Zephyr-latest/dts/bindings/bluetooth/ |
D | nxp,bt-hci-uart.yaml | 28 description: Set to enable RTS/CTS flow control for HCI.
|
/Zephyr-latest/boards/nuvoton/numaker_pfm_m467/ |
D | numaker_pfm_m467-pinctrl.dtsi | 17 /* TX/RX/RTS/CTS/RST --> D1/D0/A2/A3/D2 --> PB3/PB2/PB8/PB9/PC9 */
|
/Zephyr-latest/dts/bindings/gpio/ |
D | sparkfun,micromod-gpio.yaml | 15 * 2 UART buses. First with RTS and CTS pins, while the 2nd with only
|
12345