Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 40) sorted by relevance

12

/external/lib/lwip/include/lwip/
A Dtcp_impl.h178 #define TCPH_FLAGS_SET(phdr, flags) (phdr)->_hdrlen_rsvd_flags = (((phdr)->_hdrlen_rsvd_flags & PP_… argument
179 #define TCPH_HDRLEN_FLAGS_SET(phdr, len, flags) (phdr)->_hdrlen_rsvd_flags = htons(((len) << 12) | … argument
181 #define TCPH_SET_FLAG(phdr, flags ) (phdr)->_hdrlen_rsvd_flags = ((phdr)->_hdrlen_rsvd_flags | hton… argument
182 #define TCPH_UNSET_FLAG(phdr, flags) (phdr)->_hdrlen_rsvd_flags = htons(ntohs((phdr)->_hdrlen_rsvd_… argument
290 u8_t flags; member
298 #define LWIP_TCP_OPT_LENGTH(flags) \ argument
469 # define tcp_debug_print_flags(flags) argument
A Dudp.h99 u8_t flags; member
A Dpbuf.h102 u8_t flags; member
A Dnetbuf.h54 u8_t flags; member
/external/platform/nrfx/drivers/src/
A Dnrfx_twi.c78 #define TWI_FLAG_NO_STOP(flags) (flags & NRFX_TWI_FLAG_TX_NO_STOP) argument
79 #define TWI_FLAG_SUSPEND(flags) (flags & NRFX_TWI_FLAG_SUSPEND) argument
80 #define TWI_FLAG_NO_HANDLER_IN_USE(flags) (flags & NRFX_TWI_FLAG_NO_XFER_EVT_HANDLER) argument
99 uint32_t flags; member
565 uint32_t flags) in twi_xfer()
630 uint32_t flags) in nrfx_twi_xfer()
A Dnrfx_pwm.c77 uint8_t flags; member
213 uint8_t flags, in start_playback()
288 uint32_t flags) in nrfx_pwm_simple_playback()
334 uint32_t flags) in nrfx_pwm_complex_playback()
A Dnrfx_twim.c123 uint32_t flags; member
357 static void twim_list_enable_handle(NRF_TWIM_Type * p_twim, uint32_t flags) in twim_list_enable_handle()
380 uint32_t flags) in twim_xfer()
607 uint32_t flags) in nrfx_twim_xfer()
A Dnrfx_spim.c493 uint32_t flags, in nrfx_spim_xfer_dcx()
542 static void spim_list_enable_handle(NRF_SPIM_Type * p_spim, uint32_t flags) in spim_list_enable_handle()
566 uint32_t flags) in spim_xfer()
659 uint32_t flags) in nrfx_spim_xfer()
A Dnrfx_twis.c188 static inline bool nrfx_twis_check_bit(uint32_t flags, in nrfx_twis_check_bit()
204 static inline uint32_t nrfx_twis_clear_bit(uint32_t flags, in nrfx_twis_clear_bit()
/external/platform/pico/rp2_common/pico_printf/
A Dprintf.c181 unsigned int width, unsigned int flags) { in _out_rev()
210 unsigned int flags) { in _ntoa_format()
260 … unsigned long base, unsigned int prec, unsigned int width, unsigned int flags) { in _ntoa_long()
287 unsigned int flags) { in _ntoa_long_long()
323 unsigned int width, unsigned int flags) { in _ftoa()
448 unsigned int width, unsigned int flags) { in _etoa()
565 unsigned int flags, width, precision, n; in _vsnprintf() local
/external/lib/miniz/
A Dminiz.c932 …tinfl_decompress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int flags) in tinfl_decompress_mem_to_heap()
1252 mz_uint flags; in tdefl_compress_lz_codes() local
1341 mz_uint flags; in tdefl_compress_lz_codes() local
1988 … *tdefl_compress_mem_to_heap(const void *pSrc_buf, size_t src_buf_len, size_t *pOut_len, int flags) in tdefl_compress_mem_to_heap()
2314 static mz_bool mz_zip_reader_init_internal(mz_zip_archive *pZip, mz_uint32 flags) in mz_zip_reader_init_internal()
2399 static mz_bool mz_zip_reader_read_central_dir(mz_zip_archive *pZip, mz_uint32 flags) in mz_zip_reader_read_central_dir()
2499 mz_bool mz_zip_reader_init(mz_zip_archive *pZip, mz_uint64 size, mz_uint32 flags) in mz_zip_reader_init()
2522 mz_bool mz_zip_reader_init_mem(mz_zip_archive *pZip, const void *pMem, size_t size, mz_uint32 flags) in mz_zip_reader_init_mem()
2553 mz_bool mz_zip_reader_init_file(mz_zip_archive *pZip, const char *pFilename, mz_uint32 flags) in mz_zip_reader_init_file()
2729 …ip_reader_locate_file(mz_zip_archive *pZip, const char *pName, const char *pComment, mz_uint flags) in mz_zip_reader_locate_file()
[all …]
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Drtc_15xx.h94 STATIC INLINE void Chip_RTC_EnableOptions(LPC_RTC_T *pRTC, uint32_t flags) in Chip_RTC_EnableOptions()
109 STATIC INLINE void Chip_RTC_DisableOptions(LPC_RTC_T *pRTC, uint32_t flags) in Chip_RTC_DisableOptions()
A Dpmu_15xx.h199 STATIC INLINE void Chip_PMU_ClearSleepFlags(LPC_PMU_T *pPMU, uint32_t flags) in Chip_PMU_ClearSleepFlags()
A Dcrc_15xx.h111 STATIC INLINE void Chip_CRC_SetPoly(CRC_POLY_T poly, uint32_t flags) in Chip_CRC_SetPoly()
/external/lib/lwip/api/
A Dsockets.c557 lwip_recvfrom(int s, void *mem, size_t len, int flags, in lwip_recvfrom()
748 lwip_recv(int s, void *mem, size_t len, int flags) in lwip_recv()
754 lwip_send(int s, const void *data, size_t size, int flags) in lwip_send()
790 lwip_sendto(int s, const void *data, size_t size, int flags,
/external/platform/pico/common/pico_binary_info/include/pico/binary_info/
A Dstructure.h103 uint16_t flags; member
130 uint16_t flags; member
/external/lib/lwip/include/ipv4/lwip/
A Dip_frag.h59 u8_t flags; member
/external/platform/pico/common/boot_uf2/include/boot/
A Duf2.h34 uint32_t flags; member
/external/lib/lwip/netif/
A Detharp.c266 etharp_find_entry(ip_addr_t *ipaddr, u8_t flags) in etharp_find_entry()
448 …harp_update_arp_entry(struct netif *netif, ip_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flags)
/external/lib/lwip/core/
A Dtcp_out.c159 tcp_create_segment(struct tcp_pcb *pcb, struct pbuf *p, u8_t flags, u32_t seqno, u8_t optflags) in tcp_create_segment()
722 tcp_enqueue_flags(struct tcp_pcb *pcb, u8_t flags) in tcp_enqueue_flags()
A Dtcp_in.c66 static u8_t flags; variable
/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_flash.c681 uint32_t flags = 0U; in FLASH_SetErrorCode() local
/external/platform/nrfx/hal/
A Dnrf_usbd.h1104 NRF_STATIC_INLINE void nrf_usbd_eventcause_clear(NRF_USBD_Type * p_reg, uint32_t flags) in nrf_usbd_eventcause_clear()
1143 NRF_STATIC_INLINE void nrf_usbd_epstatus_clear(NRF_USBD_Type * p_reg, uint32_t flags) in nrf_usbd_epstatus_clear()
1161 NRF_STATIC_INLINE void nrf_usbd_epdatastatus_clear(NRF_USBD_Type * p_reg, uint32_t flags) in nrf_usbd_epdatastatus_clear()
/external/platform/pico/rp2_common/hardware_flash/
A Dflash.c140 uint32_t flags = ssi_hw->sr; in __no_inline_not_in_flash_func() local
/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dadc_15xx.c99 void Chip_ADC_Init(LPC_ADC_T *pADC, uint32_t flags) in Chip_ADC_Init()

Completed in 53 milliseconds

12