Home
last modified time | relevance | path

Searched refs:peripheral (Results 1 – 10 of 10) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_elc/
H A Dr_elc.c146 R_ELC_LinkSet(p_cfg->link_list[i].peripheral, p_cfg->link_list[i].event); in R_ELC_Init()
194 ssp_err_t R_ELC_LinkSet (elc_peripheral_t peripheral, elc_event_t signal) in R_ELC_LinkSet() argument
197 HW_ELC_LinkSet(gp_elc_reg, (uint32_t) peripheral, (uint16_t) signal); in R_ELC_LinkSet()
209 ssp_err_t R_ELC_LinkBreak (elc_peripheral_t peripheral) in R_ELC_LinkBreak() argument
212 HW_ELC_LinkBreak(gp_elc_reg, (uint32_t) peripheral); in R_ELC_LinkBreak()
H A Dr_elc_private_api.h31 ssp_err_t R_ELC_LinkSet (elc_peripheral_t peripheral, elc_event_t signal);
32 ssp_err_t R_ELC_LinkBreak (elc_peripheral_t peripheral);
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_elc/hw/common/
H A Dhw_elc_common.h116 __STATIC_INLINE void HW_ELC_LinkSet (R_ELC_Type * p_elc_reg, uint32_t peripheral, uint16_t signal) in HW_ELC_LinkSet() argument
118 p_elc_reg->ELSRnRC0[peripheral].ELSRn = signal; in HW_ELC_LinkSet()
124 __STATIC_INLINE void HW_ELC_LinkBreak (R_ELC_Type * p_elc_reg, uint32_t peripheral) in HW_ELC_LinkBreak() argument
126 p_elc_reg->ELSRnRC0[peripheral].ELSRn = 0U; in HW_ELC_LinkBreak()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_elc_api.h66 elc_peripheral_t peripheral; ///< Peripheral to receive the signal member
111 ssp_err_t (* linkSet)(elc_peripheral_t peripheral, elc_event_t signal);
119 ssp_err_t (* linkBreak)(elc_peripheral_t peripheral);
/btstack/port/arduino/
H A DBTstack.h158 int discoverCharacteristicsForService(BLEDevice * peripheral, BLEService * service);
/btstack/port/max32630-fthr/
H A DREADME.md10 …microcontrollers/MAX32630.html/tb_tab2) is free software that provides peripheral libraries, linke…
/btstack/doc/manual/docs-template/
H A Dprotocols.md21 peripheral devices that can be connected via the Serial Port Profile
31 So far, the most popular use of BTstack is in peripheral devices that
34 between a peripheral and iOS device, the iAP1 and iAP2 protocols of the
844 encryption key generated by the BLE peripheral will be ultimately
H A Dprofiles.md428 To allow for later reconnection, the central and peripheral devices will
453 In addition to the Advertisement data, a device in the peripheral role
/btstack/port/archive/pic32-harmony/app.X/nbproject/
H A DMakefile-default.mk1442 …ILES} nbproject/Makefile-${CND_CONF}.mk ../../../../../bin/framework/peripheral/PIC32MX450F256L_…
1444 …UFFIX} ${OBJECTFILES_QUOTED_IF_SPACED} ../../../../../bin/framework/peripheral/PIC32MX450F256L_…
1447 …ILES} nbproject/Makefile-${CND_CONF}.mk ../../../../../bin/framework/peripheral/PIC32MX450F256L_…
1449 …UFFIX} ${OBJECTFILES_QUOTED_IF_SPACED} ../../../../../bin/framework/peripheral/PIC32MX450F256L_…
/btstack/
H A DCHANGELOG.md623 - SM: fix update of sc flag for re-encrypted connection in peripheral role
754 - SM: fix secure connection pairing as peripheral when local user confirmation happens after remote…