Searched refs:priority (Results 1 – 10 of 10) sorted by relevance
64 void sl_interrupt_manager_set_irq_priority(int32_t irqn, uint32_t priority) in sl_interrupt_manager_set_irq_priority() argument66 NVIC_SetPriority(irqn, priority); in sl_interrupt_manager_set_irq_priority()
12 int "Initialization priority for NRFS IPC backend"15 This should be higher than priority of other drivers/subsystems
66 #define NRFX_IRQ_PRIORITY_SET(irq_number, priority) \ argument67 ARG_UNUSED(priority) \
122 int "LVGL flush thread priority"155 int "Default init priority for LVGL"217 int "PXP interrupt priority"221 Sets the interrupt priority for PXP
71 int "nRF52 IEEE 802.15.4 temperature update initialization priority"75 Set the initialization priority of a temperature update for nRF 802.15.4 driver.118 int "nRF52 IEEE 802.15.4 serialization initialization priority"121 Set the initialization priority number. Do not mess with it unless
29 int "OpenThread system initialization priority"33 This option sets the priority of the OpenThread system initialization.118 int "OpenThread thread priority"139 int "OpenThread radio transmit workqueue priority"
292 unsigned char priority; member405 return nwb->priority; in zep_shim_nbuf_get_priority()502 nbuff->priority = net_pkt_priority(pkt); in net_pkt_to_nbuf_zc()544 nbuff->priority = net_pkt_priority(pkt); in net_pkt_to_nbuf()
106 cy_thread_priority_t priority, cy_thread_arg_t arg) in cy_rtos_create_thread() argument143 priority, 0, K_NO_WAIT); in cy_rtos_create_thread()
69 int "Thread priority of wpa_supplicant iface workqueue"73 int "Thread priority of wpa_supplicant"98 Minimum priority level of a debug message emitted by WPA supplicant that
34 #define QSPI_IF_BUS_IRQ_PRIO DT_IRQ(QSPI_IF_BUS_NODE, priority)
Completed in 30 milliseconds