Searched refs:bool_t (Results 1 – 14 of 14) sorted by relevance
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/interface/ |
| D | Phy.h | 254 bool_t bDisableBeaconFrame; 285 bool_t phySecurity; 295 bool_t efp; /* Enhanced FP */ 302 bool_t neighbourTblEnabled; 312 bool_t tx_cca_pending; 313 bool_t rx_ongoing; 357 void PhyPpSetPromiscuous(bool_t mode); 369 void PhySetActivePromiscuous(bool_t state); 375 bool_t PhyGetActivePromiscuous(void); 425 phyStatus_t PhyPpSetMacRole(bool_t macRole, uint8_t pan); [all …]
|
| D | PhyInterface.h | 144 …bool_t rxAckFp; /*!< True if the received pachet was acked with frame pen… 146 bool_t ackedWithSecEnhAck; 274 bool_t block; 290 bool_t SAMState; 294 bool_t efpEnabled; 295 bool_t neighbourTblEnabled; 359 bool_t ackedWithSecEnhAck; /*!< Indicates if the rx packet was acked with a security */ 554 bool_t PhyTime_can_sleep(); 584 void PHY_SetEfp(instanceId_t phyInstance, bool_t state); 586 void PHY_SetNbt(instanceId_t phyInstance, bool_t state);
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/ |
| D | rtx_lib.h | 190 extern void osRtxThreadWaitExit (os_thread_t *thread, uint32_t ret_val, bool_t dispatch); 191 extern bool_t osRtxThreadWaitEnter (uint8_t state, uint32_t timeout); 193 extern bool_t osRtxThreadStackCheck (const os_thread_t *thread); 195 extern bool_t osRtxThreadStartup (void);
|
| D | rtx_core_ca.h | 37 typedef bool bool_t; typedef 40 #define FALSE ((bool_t)0) 44 #define TRUE ((bool_t)1) 65 __STATIC_INLINE uint32_t xPSR_InitVal (bool_t privileged, bool_t thumb) { in xPSR_InitVal() 159 __STATIC_INLINE bool_t IsPrivileged (void) { in IsPrivileged() 165 __STATIC_INLINE bool_t IsException (void) { in IsException() 171 __STATIC_INLINE bool_t IsIrqMasked (void) { in IsIrqMasked()
|
| D | rtx_core_cm.h | 37 typedef bool bool_t; typedef 40 #define FALSE ((bool_t)0) 44 #define TRUE ((bool_t)1) 77 __STATIC_INLINE uint32_t xPSR_InitVal (bool_t privileged, bool_t thumb) { in xPSR_InitVal() 117 __STATIC_INLINE bool_t IsPrivileged (void) { in IsPrivileged() 123 __STATIC_INLINE bool_t IsException (void) { in IsException() 129 __STATIC_INLINE bool_t IsIrqMasked (void) { in IsIrqMasked()
|
| /hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/OSAbstraction/Interface/ |
| D | fsl_os_abstraction.h | 89 bool_t useFloat; 441 osaEventId_t OSA_EventCreate(bool_t autoClear); 495 osaStatus_t OSA_EventWait(osaEventId_t eventId, osaEventFlags_t flagsToWait, bool_t waitAll, uint32…
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/source/SerialDevice/ |
| D | Phy.c | 61 static bool_t phy_intf_init_done = FALSE; 62 static bool_t phy_intf_init_ongoing = FALSE;
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/connected_mcu/ |
| D | fwk_platform_ics.c | 111 static bool_t mFwkSrvInit = FALSE; in PLATFORM_FwkSrvInit() 257 bool_t PLATFORM_NbuApiReq(uint8_t *api_return, uint16_t api_id, const uint8_t *fmt, uint32_t *tab, … in PLATFORM_NbuApiReq()
|
| D | fwk_platform_ics.h | 172 bool_t PLATFORM_NbuApiReq(uint8_t *api_return, uint16_t api_id, const uint8_t *fmt, uint32_t *tab, …
|
| /hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW40Z4/ |
| D | KW4xXcvrDrv.h | 139 void XcvrEnaNBRSSIMeas( bool_t IIRnbEnable );
|
| D | KW4xXcvrDrv.c | 1688 void XcvrEnaNBRSSIMeas( bool_t IIRnbEnable ) in XcvrEnaNBRSSIMeas()
|
| /hal_nxp-latest/mcux/middleware/wireless/framework_5.3.3/Common/ |
| D | EmbeddedTypes.h | 58 typedef uint8_t bool_t; typedef
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-connectivity-framework/Common/ |
| D | EmbeddedTypes.h | 41 typedef uint8_t bool_t; /* boolean data type */ typedef
|
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-ieee_802.15.4/ieee_802_15_4/phy/source/ |
| D | PhyTime.c | 319 bool_t PhyTime_can_sleep() in PhyTime_can_sleep()
|