Searched refs:setting (Results 1 – 13 of 13) sorted by relevance
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/hw/ |
H A D | hw_cgc_private.h | 63 void HW_CGC_MemWaitSet (R_SYSTEM_Type * p_system_reg, uint32_t setting); 73 void HW_CGC_SRAM_RAMWaitSet (R_SYSTEM_Type * p_system_reg, uint32_t setting); 75 void HW_CGC_SRAM_HSRAMWaitSet (R_SYSTEM_Type * p_system_reg, uint32_t setting); 77 void HW_CGC_ROMWaitSet (R_SYSTEM_Type * p_system_reg, uint32_t setting);
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/s1ja/ |
H A D | bsp_clocks.c | 137 __STATIC_INLINE void bsp_clocks_mem_wait_set (uint32_t setting) in bsp_clocks_mem_wait_set() argument 140 R_SYSTEM->MEMWAITCR_b.MEMWAIT = (uint8_t)(setting & 0x01); in bsp_clocks_mem_wait_set()
|
/btstack/src/classic/ |
H A D | hfp.c | 2016 int setting = hfp_connection->link_setting; in hfp_setup_synchronous_connection() local 2017 log_info("hfp_setup_synchronous_connection using setting nr %u", setting); in hfp_setup_synchronous_connection() 2026 uint16_t packet_types = hfp_link_settings[setting].packet_types; in hfp_setup_synchronous_connection() 2095 hfp_link_settings[setting].max_latency, in hfp_setup_synchronous_connection() 2097 hfp_link_settings[setting].retransmission_effort); in hfp_setup_synchronous_connection() 2099 …hronous_connection, hfp_connection->acl_handle, 8000, 8000, hfp_link_settings[setting].max_latency, in hfp_setup_synchronous_connection() 2100 sco_voice_setting, hfp_link_settings[setting].retransmission_effort, packet_types_flipped); in hfp_setup_synchronous_connection() 2358 int8_t setting = (int8_t) current_setting; in hfp_next_link_setting() local 2359 while (setting > 0){ in hfp_next_link_setting() 2360 setting--; in hfp_next_link_setting() [all …]
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/ |
H A D | r_cgc.c | 1861 static void r_cgc_main_clock_drive_set (R_SYSTEM_Type * p_system_reg, uint8_t setting) in r_cgc_main_clock_drive_set() argument 1868 (uint8_t) ((p_system_reg->MOMCR & (~modrv_mask)) | ((setting << modrv_shift) & modrv_mask)); in r_cgc_main_clock_drive_set() 1881 static void r_cgc_subclock_drive_set (R_SYSTEM_Type * p_system_reg, uint8_t setting) in r_cgc_subclock_drive_set() argument 1891 … (uint8_t) ((p_system_reg->SOMCR & (~sodrv_mask)) | ((setting << sodrv_shift) & sodrv_mask)); in r_cgc_subclock_drive_set() 2090 static void r_cgc_clock_wait_set (R_SYSTEM_Type * p_system_reg, cgc_clock_t clock, uint8_t setting) in r_cgc_clock_wait_set() argument 2095 p_system_reg->MOSCWTCR_b.MSTS = (uint8_t)(setting & 0x0F); in r_cgc_clock_wait_set()
|
/btstack/port/apollo2-em9304/ |
H A D | README.md | 50 …11 does not cover Full Duplex with IRQ callback. It could be emulated by setting the Full Duplex m…
|
/btstack/port/raspi/ |
H A D | README.md | 9 There are various options for setting up the Raspberry Pi, have a look at the Internet. Here's what…
|
/btstack/doc/manual/docs-template/ |
H A D | porting.md | 54 be called from BTstack’s run loop and when setting a timer for the
|
H A D | how_to.md | 546 - setting the baudrate 547 - setting the BD ADDR for devices without an internal persistent storage
|
/btstack/3rd-party/lwip/core/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 17 are receiving data from peer, can be enabled by setting PPP_LCP_ADAPTIVE
|
/btstack/3rd-party/lwip/core/ |
H A D | UPGRADING | 123 (disable by setting LWIP_NO_STDINT_H=1 or LWIP_NO_INTTYPES_H=1 if your compiler
|
H A D | CHANGELOG | 45 * sockets.c: alloc_socket(): Check for LWIP_SOCKET_POLL when setting select- 52 * lowpan6.c: Fix IEEE 802.15.4 address setting (bug #54749) 2799 setting LWIP_CALCULATE_EFF_SEND_MSS to 0. This fixes bug #21492. 3326 tcp_pcb_remove before setting pcb to CLOSED state; don't directly set CLOSED
|
/btstack/ |
H A D | CHANGELOG.md | 255 - GAP: fix setting of LE Scan Response for data that needs to be fragmented 322 - HFP: try next link setting for SCO connection failure after SCO reject errors 862 - GAP: support setting Link Supervision Timetout for outgoing Classic connections using `gap_set_li… 1247 - HFP: avoid buffer overflows setting up messages
|
/btstack/chipset/ |
H A D | README.md | 163 …re the chipset via so-called PSKEYs. After setting one or more PSKEYs, a warm reset activates the …
|