Searched refs:flags (Results 1 – 13 of 13) sorted by relevance
| /modules/hal_nordic/nrf_802154/sl_opensource/platform/ |
| A D | nrf_802154_irq_zephyr.c | 14 uint32_t flags = 0U; in nrf_802154_irq_init() local 18 flags |= IRQ_ZERO_LATENCY; in nrf_802154_irq_init() 21 irq_connect_dynamic(irqn, prio, isr, NULL, flags); in nrf_802154_irq_init()
|
| /modules/hostap/src/ |
| A D | hapd_events.c | 20 if (sta->flags & WLAN_STA_HE) { in hapd_get_sta_link_mode() 22 } else if (sta->flags & WLAN_STA_VHT) { in hapd_get_sta_link_mode() 24 } else if (sta->flags & WLAN_STA_HT) { in hapd_get_sta_link_mode() 26 } else if ((sta->flags & WLAN_STA_NONERP) || in hapd_get_sta_link_mode() 43 if (sta->flags & WLAN_STA_HE) { in hapd_get_sta_he_twt_capable()
|
| A D | supp_events.c | 261 if (sta->flags & WLAN_STA_HE) { in get_sta_link_mode() 263 } else if (sta->flags & WLAN_STA_VHT) { in get_sta_link_mode() 265 } else if (sta->flags & WLAN_STA_HT) { in get_sta_link_mode() 267 } else if (sta->flags & WLAN_STA_NONERP) { in get_sta_link_mode()
|
| A D | hapd_main.c | 274 iface->drv_flags = capa.flags; in hostapd_driver_init()
|
| A D | supp_main.c | 149 extern int send_data(struct k_fifo *fifo, int sock, const char *buf, size_t len, int flags);
|
| /modules/cmsis_6/ |
| A D | Kconfig | 21 This options enables the validation of CMSIS configuration flags.
|
| /modules/openthread/ |
| A D | openthread.c | 219 static void ot_state_changed_handler(uint32_t flags, void *context) in ot_state_changed_handler() argument 227 LOG_INF("State changed! Flags: 0x%08" PRIx32 " Current role: %s Ip6: %s", flags, in ot_state_changed_handler() 233 entry->otCallback(flags, entry->user_data); in ot_state_changed_handler()
|
| /modules/canopennode/ |
| A D | CO_driver.c | 108 if (buffer->rtr && ((frame->flags & CAN_FRAME_RTR) == 0U)) { in canopen_rx_callback() 161 frame.flags |= (buffer->rtr ? CAN_FRAME_RTR : 0); in canopen_tx_retry() 340 filter.flags = 0U; in CO_CANrxBufferInit() 413 frame.flags = (buffer->rtr ? CAN_FRAME_RTR : 0); in CO_CANsend()
|
| /modules/thrift/src/thrift/transport/ |
| A D | TSSLSocket.cpp | 177 int flags = THRIFT_FCNTL(socket_, THRIFT_F_GETFL, 0); in openSecConnection() local 179 if (-1 == THRIFT_FCNTL(socket_, THRIFT_F_SETFL, flags | THRIFT_O_NONBLOCK)) { in openSecConnection() 187 if (-1 == THRIFT_FCNTL(socket_, THRIFT_F_SETFL, flags & ~THRIFT_O_NONBLOCK)) { in openSecConnection() 256 if (-1 == THRIFT_FCNTL(socket_, THRIFT_F_SETFL, flags)) { in openSecConnection()
|
| /modules/openthread/platform/ |
| A D | ble.c | 72 uint16_t len, uint16_t offset, uint8_t flags); 188 uint16_t len, uint16_t offset, uint8_t flags) in on_receive() argument
|
| A D | infra_if.c | 182 rio->flags.prf); in handle_ra_from_ot()
|
| /modules/nrf_wifi/os/ |
| A D | shim.c | 234 static void zep_shim_spinlock_irq_take(void *lock, unsigned long *flags) in zep_shim_spinlock_irq_take() argument 236 ARG_UNUSED(flags); in zep_shim_spinlock_irq_take() 240 static void zep_shim_spinlock_irq_rel(void *lock, unsigned long *flags) in zep_shim_spinlock_irq_rel() argument 242 ARG_UNUSED(flags); in zep_shim_spinlock_irq_rel()
|
| /modules/hal_afbr/ |
| A D | platform_s2pi.c | 133 xfer_sqe->flags |= RTIO_SQE_CHAINED; in S2PI_TransferFrame()
|
Completed in 32 milliseconds