Home
last modified time | relevance | path

Searched defs:level (Results 1 – 25 of 28) sorted by relevance

12

/btstack/port/archive/msp430f5229lp-cc2564b/firmware/
H A Dhal_board.c28 static void halBoardSetVCoreUp (unsigned char level) in halBoardSetVCoreUp()
64 static void halBoardSetVCoreDown(unsigned char level) in halBoardSetVCoreDown()
136 void halBoardSetVCore(unsigned char level) in halBoardSetVCore()
/btstack/port/archive/msp-exp430f5438-cc2564b/firmware/
H A Dhal_board.c28 static void halBoardSetVCoreUp (unsigned char level) in halBoardSetVCoreUp()
64 static void halBoardSetVCoreDown(unsigned char level) in halBoardSetVCoreDown()
150 void halBoardSetVCore(unsigned char level) in halBoardSetVCore()
/btstack/port/archive/ez430-rf2560/firmware/
H A Dhal_board.c28 static void halBoardSetVCoreUp (unsigned char level) in halBoardSetVCoreUp()
64 static void halBoardSetVCoreDown(unsigned char level) in halBoardSetVCoreDown()
150 void halBoardSetVCore(unsigned char level) in halBoardSetVCore()
/btstack/src/
H A Dbtstack_hsm.c92 int_fast8_t level = 0; in btstack_hsm_init() local
174 int_fast8_t level = 0; in btstack_hsm_dispatch() local
H A Dbtstack_util.c270 static void log_hexdump(int level, const void * data, int size){ in log_hexdump()
H A Dhci.c3528 static bool hci_ssp_security_level_possible_for_io_cap(gap_security_level_t level, uint8_t io_cap_l… in hci_ssp_security_level_possible_for_io_cap()
8262 static void hci_emit_security_level(hci_con_handle_t con_handle, gap_security_level_t level){ in hci_emit_security_level()
8409 bool gap_mitm_protection_required_for_security_level(gap_security_level_t level){ in gap_mitm_protection_required_for_security_level()
/btstack/port/samv71-xplained-atwilc3000/ASF/common/services/ioport/
H A Dioport.h278 static inline void ioport_set_pin_level(ioport_pin_t pin, bool level) in ioport_set_pin_level()
292 ioport_port_mask_t mask, ioport_port_mask_t level) in ioport_set_port_level()
/btstack/port/samv71-xplained-atwilc3000/ASF/common/services/ioport/sam/
H A Dioport_pio.h289 bool level) in arch_ioport_set_pin_level()
301 ioport_port_mask_t mask, ioport_port_mask_t level) in arch_ioport_set_port_level()
/btstack/3rd-party/lwip/core/src/netif/ppp/
H A Dutils.c605 static void ppp_logit(int level, const char *fmt, va_list args) { in ppp_logit()
612 static void ppp_log_write(int level, char *buf) { in ppp_log_write()
/btstack/test/crypto/
H A Dmock.c25 static int level = 0; in mock_simulate_hci_event() local
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_sci_uart/
H A Dr_sci_uart.c612 bsp_io_level_t level = SCI_UART_RS485_DE_POLARITY_HIGH == in R_SCI_UART_Write() local
1140 bsp_io_level_t level = SCI_UART_RS485_DE_POLARITY_HIGH == in r_sci_negate_de_pin() local
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dsockets_priv.h108 int level; member
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_gpt/hw/common/
H A Dhw_gpt_common.h216 …TIC_INLINE void HW_GPT_GTIOCPinLevelStoppedSet (gtior_t * const p_reg, gpt_pin_level_t const level) in HW_GPT_GTIOCPinLevelStoppedSet()
/btstack/3rd-party/lwip/core/src/api/
H A Dsockets.c2753 lwip_getsockopt(int s, int level, int optname, void *optval, socklen_t *optlen) in lwip_getsockopt()
2876 lwip_getsockopt_impl(int s, int level, int optname, void *optval, socklen_t *optlen) in lwip_getsockopt_impl()
3199 lwip_setsockopt(int s, int level, int optname, const void *optval, socklen_t optlen) in lwip_setsockopt()
3297 lwip_setsockopt_impl(int s, int level, int optname, const void *optval, socklen_t optlen) in lwip_setsockopt_impl()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_sci_uart/hw/
H A Dhw_sci_uart_private.h471 __STATIC_INLINE void HW_SCI_TransmitterLevelSet (R_SCI0_Type * p_reg, uint8_t level) in HW_SCI_TransmitterLevelSet()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_ioport/
H A Dr_ioport.c394 ssp_err_t R_IOPORT_PinWrite (ioport_port_pin_t pin, ioport_level_t level) in R_IOPORT_PinWrite()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_gpt/
H A Dr_gpt.c926 gpt_pin_level_t const level, in gpt_set_output_pin()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_ioport/
H A Dr_ioport.c383 …err_t R_IOPORT_PinWrite (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t level) in R_IOPORT_PinWrite()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dsockets.h628 #define setsockopt(s,level,optname,opval,optlen) lwip_setsockopt(s,level,optname,opval,optlen) argument
630 #define getsockopt(s,level,optname,opval,optlen) lwip_getsockopt(s,level,optname,opval,optlen) argument
H A Dopt.h3233 #define LWIP_HOOK_SOCKETS_SETSOCKOPT(s, sock, level, optname, optval, optlen, err) argument
3256 #define LWIP_HOOK_SOCKETS_GETSOCKOPT(s, sock, level, optname, optval, optlen, err) argument
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_core.c625 u8_t level = 0; in snmp_oid_compare() local
/btstack/3rd-party/lwip/core/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls.c654 altcp_mbedtls_debug(void *ctx, int level, const char *file, int line, const char *str) in altcp_mbedtls_debug()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/bsp/mcu/all/
H A Dbsp_io.h373 __STATIC_INLINE void R_BSP_PinWrite (bsp_io_port_pin_t pin, bsp_io_level_t level) in R_BSP_PinWrite()
/btstack/platform/libusb/
H A Dhci_transport_h2_libusb.c83 #define libusb_set_debug(context,level) libusb_set_option(context, LIBUSB_OPTION_LOG_LEVEL, level) argument
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core_A/Include/
H A Dcore_ca.h951 __STATIC_FORCEINLINE void __L1C_MaintainDCacheSetWay(uint32_t level, uint32_t maint) in __L1C_MaintainDCacheSetWay()

12